1
0
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:
Huub de Beer 2017-07-16 13:48:35 +02:00
parent 8aaecabe59
commit 86d6ce6dfd

View File

@ -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)\>"