Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

added from to the regex matching keyword.control.js #114

Merged
merged 1 commit into from
Mar 12, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grammars/javascript.cson
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
'name': 'storage.modifier.js'
}
{
'match': '(?<!\\.)\\b(break|case|catch|continue|do|else|finally|for|if|import|package|return|switch|throw|try|while|with|yield)(?!\\s*:)\\b'
'match': '(?<!\\.)\\b(break|case|catch|continue|do|else|finally|for|if|import|from|package|return|switch|throw|try|while|with|yield)(?!\\s*:)\\b'
'name': 'keyword.control.js'
}
{
Expand Down