mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Added ECMAScript 2015/6/7 keywrods and types to the two JavaScript syntac files.
This commit is contained in:
parent
86d6ce6dfd
commit
1cabaa8e07
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ color cyan "\<(import|as|from|export)\>"
|
|||
color cyan "\<(const|let|class|extends|get|set|of|async|await|yield)\>"
|
||||
color brightcyan "\<(true|false)\>"
|
||||
color green "\<(Array|Boolean|Date|Enumerator|Error|Function|Math)\>"
|
||||
color green "\<(Map|WeakMap|Set|WeakSet|Promise)\>"
|
||||
color green "\<(Map|WeakMap|Set|WeakSet|Promise|Symbol)\>"
|
||||
color green "\<(Number|Object|RegExp|String)\>"
|
||||
color red "[-+/*=<>!~%?:&|]"
|
||||
color magenta "/[^*]([^/]|(\\/))*[^\\]/[gim]*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue