mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 08:51:46 +03:00
Merge remote-tracking branch 'alexherbo2/javascript-rc'
This commit is contained in:
commit
563156992f
@ -27,6 +27,7 @@ addhl -group /javascript/single_string fill string
|
||||
addhl -group /javascript/regex fill meta
|
||||
addhl -group /javascript/comment fill comment
|
||||
|
||||
addhl -group /javascript/code regex \$\w* 0:identifier
|
||||
addhl -group /javascript/code regex \<(document|false|null|parent|self|this|true|undefined|window)\> 0:value
|
||||
addhl -group /javascript/code regex \<(Array|Boolean|Date|Function|Number|Object|RegExp|String)\> 0:type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user