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:
@@ -30,7 +30,6 @@ rules:
|
||||
start: "'"
|
||||
end: "'"
|
||||
skip: "\\\\."
|
||||
rules: []
|
||||
|
||||
- constant.string:
|
||||
start: "\""
|
||||
@@ -63,6 +62,5 @@ rules:
|
||||
- constant.macro:
|
||||
start: "<<-?'?EOT'?"
|
||||
end: "^EOT"
|
||||
rules: []
|
||||
|
||||
- preproc.shebang: "^#!.+?( |$)"
|
||||
|
||||
Reference in New Issue
Block a user