mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-09 01:00:58 +00:00
Merge pull request #1360 from Lisiadito/js
add TODO to javascript highlighting
This commit is contained in:
commit
4f35eed615
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ rules:
|
|||
- statement: "\\b(for|function|class|extends|get|if|import|from|in|of|instanceof|let|new|return|set)\\b"
|
||||
- statement: "\\b(super|switch|this|throw|try|typeof|var|void|while|with|yield)\\b"
|
||||
# reserved but unassigned
|
||||
- error: "\\b(enum|implements|interface|package|private|protected|public)"
|
||||
- error: "\\b(enum|implements|interface|package|private|protected|public|TODO)"
|
||||
- constant: "\\b(null|undefined|NaN)\\b"
|
||||
- constant: "\\b(true|false)\\b"
|
||||
- type: "\\b(Array|Boolean|Date|Enumerator|Error|Function|Math)\\b"
|
||||
|
|
|
|||
Loading…
Reference in a new issue