mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-05 07:21:00 +00:00
Merge pull request #313 from adrianvoica/master
Updates to TypeScript dictionary.
This commit is contained in:
commit
3bec1b8c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ color constant.number "\b[-+]?([0-9]+\.[0-9]*|[0-9]*\.[0-9]+)([EePp][+-]?[0-9]
|
|||
color constant.number "\b[-+]?([0-9]+[EePp][+-]?[0-9]+)[fFlL]?"
|
||||
color identifier "[A-Za-z_][A-Za-z0-9_]*[[:space:]]*[(]"
|
||||
color statement "\b(break|case|catch|continue|default|delete|do|else|finally)\b"
|
||||
color statement "\b(declare|interface|import|for|function|get|if|in|instanceof|new|return|set|switch)\b"
|
||||
color statement "\b(declare|interface|import|export|from|for|function|get|if|in|instanceof|new|return|set|switch)\b"
|
||||
color statement "\b(switch|this|throw|try|typeof|var|void|while|with|async|await)\b"
|
||||
color constant "\b(null|undefined|NaN)\b"
|
||||
color constant "\b(true|false)\b"
|
||||
|
|
|
|||
Loading…
Reference in a new issue