mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
29989a44d7cddbbd6ddb5806bf64fd57594ad00c
• change a pattern of the fork: \w+ \.? \w* into \w+ (\. \w*)? Both of the above would previously result in potential really bad performance, because two greedy repeats basically matching the same thing, was after each other, and that leads to exponential time complexity in input size. git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/JavaScript.tmbundle@6859 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
Description
No description provided
Languages
JavaScript
77.8%
Ruby
18.2%
CSS
2.4%
HTML
1.6%