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

@@ -11,7 +11,6 @@ rules:
- identifier.macro:
start: "`"
end: "'"
rules: []
- identifier.macro: "\\$\\w+"
- constant.specialChar: "\\\\."
@@ -22,7 +21,6 @@ rules:
- identifier.macro:
start: "`"
end: "'"
rules: []
- identifier.macro: "\\$\\w+"
- constant.specialChar: "\\\\."
@@ -46,7 +44,6 @@ rules:
- identifier.macro:
start: "`"
end: "'"
rules: []
- comment:
start: "///?"