Skip to content

Commit

Permalink
Add regex for find define dependency ref #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Desvé committed Apr 30, 2013
1 parent e469795 commit fbd4436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mock/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ var walk = function(dir, done) {
});
};

// Regex nombre de tabulations ⁊
// \r([\t ]{2})([\w_@]+):([ {}()\w_@,]*)->((\s[\t ]{2}[\t]+.*)|(\s(?!.)))+
// Regex nombre de tabulations ⁊
// \r([\t ]{2})([\w_@]+)(:| *= *)([ {}()\w_@,]*)->((\s[\t ]{2}[\t]+.*)|(\s(?!.)))+
// $1$2:$3->\r\t\t\treturn @get('fake_$2')\r

0 comments on commit fbd4436

Please sign in to comment.