Skip to content

Commit

Permalink
[FJSX15] Add aliased all
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed Jan 12, 2018
1 parent ccd8a7b commit 76c1c70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions syntaxes/fjsx15/export.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ contexts:
pop: true
# Type.
- include: Packages/Naomi/syntaxes/flow1/type-export.sublime-syntax
# Aliased all.
- match: \s*(\*)(?=\s*as\b)
captures:
1: keyword.control.import-export.star.js.fjsx15
set: alias
# All.
- match: \s*(\*)
captures:
Expand Down

0 comments on commit 76c1c70

Please sign in to comment.