diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2015-09-08 16:32:49 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2015-09-08 16:32:49 +0300 |
| commit | 7ba16e48cdb95849ab5c1db96e3ef7ecac280600 (patch) | |
| tree | 0e33b87fa93baacd77e020ae90593ea78a32d212 /rc/javascript.kak | |
| parent | fede8da14b5f65a301ce3459a93a95aeffce67d7 (diff) | |
Add "of" to the list of highlighted keywords
Diffstat (limited to 'rc/javascript.kak')
| -rw-r--r-- | rc/javascript.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/javascript.kak b/rc/javascript.kak index 690ff396..93815911 100644 --- a/rc/javascript.kak +++ b/rc/javascript.kak @@ -33,7 +33,7 @@ addhl -group /javascript/code regex \<(Array|Boolean|Date|Function|Number|Object # Keywords are collected at # https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#Keywords -addhl -group /javascript/code regex \<(break|case|catch|class|const|continue|debugger|default|delete|do|else|export|extends|finally|for|function|if|import|in|instanceof|let|new|return|super|switch|throw|try|typeof|var|void|while|with|yield)\> 0:keyword +addhl -group /javascript/code regex \<(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)\> 0:keyword # Commands # ‾‾‾‾‾‾‾‾ |
