Skip to content

Commit

Permalink
[FJSX15] Fix method's body highlighting.
Browse files Browse the repository at this point in the history
The body wasn't being highlighted when it started on the next line.
  • Loading branch information
borela committed Dec 2, 2016
1 parent a16870f commit 175d6f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syntaxes/fjsx15/class/method.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ contexts:
# Other identifier types.
- match: ""
push:
- match: (?=\s*{)
pop: true
- include: Packages/Naomi/syntaxes/fjsx15/literal/string/double-quoted.sublime-syntax
- include: Packages/Naomi/syntaxes/fjsx15/literal/string/single-quoted.sublime-syntax
- include: Packages/Naomi/syntaxes/fjsx15/literal/string/template.sublime-syntax
Expand Down

0 comments on commit 175d6f7

Please sign in to comment.