Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9 from markmontymark/patch-1
Browse files Browse the repository at this point in the history
Update js.stx
  • Loading branch information
hellerve authored Sep 5, 2017
2 parents a95d1ea + 3cf7f6e commit 42410f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stx/js.stx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ comment|no_sep: /\*.*\*/
comment|no_sep: /\*.*
.*\*/
predefined: (null|true|false)
keyword: (break|case|ctch|class|const|continue|debugger|default|delete|do|else|export|extends|finally|for|from|function|if|import|in|instanceof|new|return|super|switch|this|throw|try|typeof|var|void|while|with|yield)
keyword: (break|case|catch|class|const|continue|debugger|default|delete|do|else|export|extends|finally|for|from|function|if|import|in|instanceof|new|return|super|switch|this|throw|try|typeof|var|void|while|with|yield)
keyword: (enum|implements|interface|let|package|private|protected|public|static)
keyword: await
type: (Object|Number|Array|Boolean|String|Error|Date|JSON|Math|Regexp)
Expand Down

0 comments on commit 42410f7

Please sign in to comment.