Skip to content

Commit

Permalink
[FJSX15] Fix comma operator power in class body
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed Nov 22, 2017
1 parent 3a12996 commit ffde1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/fjsx15/class/body.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ contexts:
captures:
1: punctuation.definition.class.body.end.js.fjsx15
pop: true
- include: Packages/Naomi/syntaxes/fjsx15/operator/comma.sublime-syntax
- match: ""
push:
# This is necessary because normally these instance variables would be
Expand All @@ -51,6 +50,7 @@ contexts:
entity.name.variable.js.fjsx15
pop: true
- include: Packages/Naomi/syntaxes/fjsx15/comment.sublime-syntax
- include: Packages/Naomi/syntaxes/fjsx15/operator/comma.sublime-syntax
# React’s variables (state, contextTypes, etc...).
- include: Packages/Naomi/syntaxes/fjsx15/react-js.sublime-syntax
# Any methods (including supporting libraries’ methods).
Expand Down

0 comments on commit ffde1f2

Please sign in to comment.