mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
add 'of' statement
This commit is contained in:
committed by
GitHub
parent
fa05d63d11
commit
2d0ec82baa
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user