Skip to content

Commit

Permalink
[FJSX15] Fix instanceof expected expression
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed Jan 5, 2018
1 parent 929363e commit f11d1b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions syntaxes/fjsx15/operator/relational.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@ contexts:
- match: \s*(instanceof)\b
captures:
1: keyword.operator.word.instanceof.js.fjsx15
set: optional-type-expression
set: optional-expression
- match: \s*(in)\b
captures:
1: keyword.operator.word.in.js.fjsx15
set: optional-expression

optional-expression:
- include: Packages/Naomi/syntaxes/fjsx15/optional-expression.sublime-syntax

optional-type-expression:
- include: Packages/Naomi/syntaxes/flow1/optional-type-expression.sublime-syntax

0 comments on commit f11d1b5

Please sign in to comment.