Skip to content

Commit

Permalink
[JavaScript] Properly consume a ")" in the main context
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Feb 23, 2016
1 parent 9c989b6 commit ac44283
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JavaScript/JavaScript.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ contexts:
main:
- match: '\}'
scope: meta.brace.curly.js
- match: '\)'
scope: meta.brace.round.js
- include: comments-top-level
- include: keywords-top-level
- include: statements
Expand Down

0 comments on commit ac44283

Please sign in to comment.