mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Revert "syntax: Remove empty rules in regions"
This reverts commit a9b513a28a.
This commit is contained in:
@@ -18,6 +18,7 @@ rules:
|
||||
start: "'"
|
||||
end: "'"
|
||||
skip: "\\\\."
|
||||
rules: []
|
||||
|
||||
- constant.string:
|
||||
start: "\""
|
||||
@@ -49,5 +50,6 @@ rules:
|
||||
- constant.macro:
|
||||
start: "<<-?'?EOT'?"
|
||||
end: "^EOT"
|
||||
rules: []
|
||||
|
||||
- preproc.shebang: "^#!.+?( |$)"
|
||||
|
||||
Reference in New Issue
Block a user