Skip to content

Commit

Permalink
Merge pull request #11 from schneidmaster/fix-it
Browse files Browse the repository at this point in the history
Fix incorrect matching of Express/Mocha keywords.
  • Loading branch information
cooncesean authored May 22, 2017
2 parents 0baea06 + bcfc400 commit 8ab2927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/CJSX.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ contexts:
3: entity.name.function.coffee
4: variable.parameter.function.coffee
5: storage.type.function.coffee
- match: ^\s*(describe|it|app\.(get|post|put|all|del|delete))
- match: ^\s*(describe|it|app\.(get|post|put|all|del|delete))[^\w]
comment: Show well-known functions from Express and Mocha in Go To Symbol view
push:
- meta_scope: meta.function.symbols.coffee
Expand Down

0 comments on commit 8ab2927

Please sign in to comment.