mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
add 'of' statement
This commit is contained in:
parent
fa05d63d11
commit
2d0ec82baa
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ rules:
|
|||
- symbol.brackets: "(\\[|\\])"
|
||||
- symbol.operator: "[-+/*=<>!~%?:&|]"
|
||||
- statement: "\\b(async|await|break|case|catch|const|continue|debugger|default|delete|do|else|export|finally)\\b"
|
||||
- statement: "\\b(for|function|class|extends|get|if|import|from|in|instanceof|let|new|return|set)\\b"
|
||||
- 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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue