Skip to content

Commit

Permalink
[FJSX15] Fix operators after closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed Feb 13, 2018
1 parent 18556c1 commit 5c03a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntaxes/fjsx15/expression.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ contexts:
close-group:
- match: \)
scope: punctuation.section.group.end.js.fjsx15
pop: true
set: optional-tail

comma:
- include: Packages/Naomi/syntaxes/fjsx15/operator/comma.sublime-syntax
Expand Down Expand Up @@ -105,7 +105,7 @@ contexts:
meta-do-expression:
- meta_scope: meta.do-expression.js.fjsx15
- match: ""
pop: true
pop: true

open-group:
- meta_scope: meta.group.js.fjsx15
Expand Down

0 comments on commit 5c03a9c

Please sign in to comment.