mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
syntax: Remove empty rules in regions
This commit is contained in:
@@ -27,12 +27,10 @@ rules:
|
||||
- constant.string:
|
||||
start: "`"
|
||||
end: "`"
|
||||
rules: []
|
||||
|
||||
- constant.string:
|
||||
start: "%x\\{"
|
||||
end: "\\}"
|
||||
rules: []
|
||||
|
||||
- constant.string:
|
||||
start: "\""
|
||||
@@ -68,5 +66,4 @@ rules:
|
||||
- constant:
|
||||
start: "<<-?'?EOT'?"
|
||||
end: "^EOT"
|
||||
rules: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user