Skip to content

Commit

Permalink
Merge pull request #186 from MattTuttle/syntax
Browse files Browse the repository at this point in the history
Improving package pattern matching
  • Loading branch information
clemos committed Feb 2, 2015
2 parents 6359431 + d8708a4 commit 50c5aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Haxe.tmLanguage
Expand Up @@ -521,7 +521,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(package)(\s+[a-z\._]*);</string>
<string>\b(package)\s*((?:[a-z][a-z0-9_]*\.)*[a-z][a-z0-9_]*)?;</string>
<key>captures</key>
<dict>
<key>1</key>
Expand Down

0 comments on commit 50c5aa0

Please sign in to comment.