Merge pull request #908 from FujiHaruka/patch-1

Update javascript.yaml
This commit is contained in:
Zachary Yedidia
2017-11-08 00:28:09 -05:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ rules:
- symbol.brackets: "(\\(|\\))"
- symbol.brackets: "(\\[|\\])"
- statement: "\\b(break|case|catch|continue|default|delete|do|else|finally)\\b"
- statement: "\\b(for|function|class|extends|get|if|in|instanceof|new|return|set|switch)\\b"
- statement: "\\b(for|function|class|extends|get|if|in|instanceof|new|return|set|switch|async|await)\\b"
- statement: "\\b(switch|this|throw|try|typeof|var|const|let|void|while|with)\\b"
- constant: "\\b(null|undefined|NaN)\\b"
- constant: "\\b(true|false)\\b"