diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-01-31 09:39:40 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-01-31 09:39:40 +1100 |
| commit | cfa497362c8f2b05d780fb7dd27f6b9d83fe60da (patch) | |
| tree | 8164fa7c658bddfdfbb98b4f90b49003650b7ee2 | |
| parent | 81eb2ee428fbc11f311073ffa70342e31eacf6c3 (diff) | |
| parent | 6fe8b9eb70bcbf029b5cbac6567c79f1a2ebfb70 (diff) | |
Merge remote-tracking branch 'alexherbo2/rc-javascript'
| -rw-r--r-- | rc/base/javascript.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/base/javascript.kak b/rc/base/javascript.kak index 60a81573..30f0bbf3 100644 --- a/rc/base/javascript.kak +++ b/rc/base/javascript.kak @@ -34,7 +34,7 @@ add-highlighter shared/javascript/code regex \b(Array|Boolean|Date|Function|Numb # Keywords are collected at # https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#Keywords -add-highlighter shared/javascript/code regex \b(async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|export|extends|finally|for|function|if|import|in|instanceof|let|new|of|return|super|switch|throw|try|typeof|var|void|while|with|yield)\b 0:keyword +add-highlighter shared/javascript/code regex \b(async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|export|extends|finally|for|function|if|import|in|instanceof|let|new|of|return|static|super|switch|throw|try|typeof|var|void|while|with|yield)\b 0:keyword # Commands # ‾‾‾‾‾‾‾‾ |
