mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 04:46:30 -04:00
Fix inconsistent name for symbol.bracket(s)
This commit is contained in:
@@ -31,7 +31,7 @@ rules:
|
||||
- statement: "(?i)\\b(.or.|repeat|select case|then|where|while)\\b"
|
||||
- special: "(?i)\\b(continue|cycle|exit|go?to|result|return)\\b"
|
||||
- symbol.operator: "[.:;,+*|=!\\%]|/|-|&"
|
||||
- symbol.bracket: "[(){}]|\\[|\\]"
|
||||
- symbol.brackets: "[(){}]|\\[|\\]"
|
||||
- preproc: "^[[:space:]]*#[[:space:]]*(define|include|(un|ifn?)def|endif|el(if|se)|if|warning|error)"
|
||||
- constant.string:
|
||||
start: "\""
|
||||
|
||||
Reference in New Issue
Block a user