mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
syntax: Remove empty rules in regions
This commit is contained in:
@@ -22,7 +22,6 @@ rules:
|
||||
start: "'"
|
||||
end: "'"
|
||||
skip: "\\\\."
|
||||
rules: []
|
||||
# - constant.specialChar: "%."
|
||||
# - constant.specialChar: "\\\\[abfnrtv'\\\"\\\\]"
|
||||
# - constant.specialChar: "\\\\([0-7]{3}|x[A-Fa-f0-9]{2}|u[A-Fa-f0-9]{4}|U[A-Fa-f0-9]{8})"
|
||||
@@ -42,4 +41,3 @@ rules:
|
||||
- comment:
|
||||
start: "%"
|
||||
end: "$"
|
||||
rules: []
|
||||
|
||||
Reference in New Issue
Block a user