Skip to content

Commit

Permalink
[FJSX15] Make aliased exports strict
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed Jan 12, 2018
1 parent 76c1c70 commit 051e539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/fjsx15/export.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ contexts:
- match: |
(?xi)\s*
({{commonIdentifier}})
(?=\s+as)
(?=\s+as\b)
captures:
1: variable.other.readwrite.js.fjsx15
set: alias
Expand Down

0 comments on commit 051e539

Please sign in to comment.