Fix inconsistent name for symbol.bracket(s)

This commit is contained in:
2025-06-15 12:49:01 -04:00
parent ee5191e182
commit ef2880834a
+1 -1
View File
@@ -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: "\""