Merge "type.keyword" into "keyword" to reduce complexities

This commit is contained in:
2025-06-15 14:01:00 -04:00
parent 3143b900ee
commit 6e8f69839f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ rules:
- symbol: "(,|\\.)"
- type: "\\b(u?int(8|16|32|64)?|float(32|64)|complex(64|128))\\b"
- type: "\\b(uintptr|byte|rune|string|interface|bool|map|chan|error)\\b"
- type.keyword: "\\b(struct)\\b"
- keyword: "\\b(struct)\\b"
- constant.bool: "\\b(true|false|nil)\\b"
- symbol.brackets: "(\\{|\\})"
- symbol.brackets: "(\\(|\\))"