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

@@ -45,7 +45,6 @@ rules:
- constant.string:
start: "\\[\\["
end: "\\]\\]"
rules: []
# support first few lengths of "long brackets" explicitly
# brackets longer than that will give false positives
@@ -53,22 +52,18 @@ rules:
- constant.string:
start: "\\[=\\["
end: "\\]=\\]"
rules: []
- constant.string:
start: "\\[==\\["
end: "\\]==\\]"
rules: []
- constant.string:
start: "\\[===\\["
end: "\\]===\\]"
rules: []
- constant.string:
start: "\\[====+\\["
end: "\\]====+\\]"
rules: []
- comment.block:
start: "\\-\\-\\[\\["