syntax: Add the empty rules: [] to the files currently "missing" them

This commit is contained in:
Jöran Karl
2025-08-31 18:53:45 +02:00
parent 3fd2fe3cc7
commit d9245d9659
3 changed files with 4 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ rules:
- constant.string:
start: "\""
end: "\""
rules: []
# Integer Constants
- constant.number: "\\b([0-9]+)\\b"
- constant.number: "\\b(0x[0-9a-fA-F]+)\\b"