Skip to content

Commit

Permalink
[FJSX15] Fix comment scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed Nov 24, 2017
1 parent 688e8b4 commit 2520fdb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion syntaxes/fjsx15/jsx1.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ contexts:
- match: (\{\s*/\*)(.*)(\*/\s*})
captures:
1: >-
source.jsx
comment.block.js.fjsx15
punctuation.definition.comment.begin.js.fjsx15
2: comment.block.js.fjsx15
2: >-
source.jsx
comment.block.js.fjsx15
3: >-
source.jsx
comment.block.js.fjsx15
punctuation.definition.comment.end.js.fjsx15
# Embedded javascript.
Expand Down

0 comments on commit 2520fdb

Please sign in to comment.