mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Added ECMAScript 2015/6/7 keywrods and types to the two JavaScript syntac files.
This commit is contained in:
parent
8aaecabe59
commit
86d6ce6dfd
@ -9,7 +9,7 @@ color cyan "\<(for|function|get|if|in|instanceof|new|return|set|switch)\>"
|
|||||||
color cyan "\<(switch|this|throw|try|typeof|var|void|while|with)\>"
|
color cyan "\<(switch|this|throw|try|typeof|var|void|while|with)\>"
|
||||||
color cyan "\<(null|undefined|NaN)\>"
|
color cyan "\<(null|undefined|NaN)\>"
|
||||||
color cyan "\<(import|as|from|export)\>"
|
color cyan "\<(import|as|from|export)\>"
|
||||||
color cyan "\<(const|let|class|extends|get|set|of|async|await)\>"
|
color cyan "\<(const|let|class|extends|get|set|of|async|await|yield)\>"
|
||||||
color brightcyan "\<(true|false)\>"
|
color brightcyan "\<(true|false)\>"
|
||||||
color green "\<(Array|Boolean|Date|Enumerator|Error|Function|Math)\>"
|
color green "\<(Array|Boolean|Date|Enumerator|Error|Function|Math)\>"
|
||||||
color green "\<(Map|WeakMap|Set|WeakSet|Promise)\>"
|
color green "\<(Map|WeakMap|Set|WeakSet|Promise)\>"
|
||||||
|
Loading…
Reference in New Issue
Block a user