mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-27 20:36:27 -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"
|
- statement: "(?i)\\b(.or.|repeat|select case|then|where|while)\\b"
|
||||||
- special: "(?i)\\b(continue|cycle|exit|go?to|result|return)\\b"
|
- special: "(?i)\\b(continue|cycle|exit|go?to|result|return)\\b"
|
||||||
- symbol.operator: "[.:;,+*|=!\\%]|/|-|&"
|
- symbol.operator: "[.:;,+*|=!\\%]|/|-|&"
|
||||||
- symbol.bracket: "[(){}]|\\[|\\]"
|
- symbol.brackets: "[(){}]|\\[|\\]"
|
||||||
- preproc: "^[[:space:]]*#[[:space:]]*(define|include|(un|ifn?)def|endif|el(if|se)|if|warning|error)"
|
- preproc: "^[[:space:]]*#[[:space:]]*(define|include|(un|ifn?)def|endif|el(if|se)|if|warning|error)"
|
||||||
- constant.string:
|
- constant.string:
|
||||||
start: "\""
|
start: "\""
|
||||||
|
|||||||
Reference in New Issue
Block a user