syntax: Remove empty rules in regions

This commit is contained in:
Jöran Karl
2024-09-07 17:36:35 +02:00
parent 5554cd18e3
commit a9b513a28a
69 changed files with 0 additions and 138 deletions

View File

@@ -12,7 +12,6 @@ rules:
- special:
start: "asm"
end: "end"
rules: []
- constant.number: "\\$[0-9A-Fa-f]+"
- constant.number: "\\b[+-]?[0-9]+([.]?[0-9]+)?(?i:e[+-]?[0-9]+)?"
- constant.string:
@@ -29,17 +28,13 @@ rules:
- preproc:
start: "{\\$"
end: "}"
rules: []
- comment:
start: "//"
end: "$"
rules: []
- comment:
start: "\\(\\*"
end: "\\*\\)"
rules: []
- comment:
start: "({)(?:[^$])"
end: "}"
rules: []