mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
syntax: Remove empty rules in regions
This commit is contained in:
@@ -11,7 +11,6 @@ rules:
|
||||
- identifier.macro:
|
||||
start: "`"
|
||||
end: "'"
|
||||
rules: []
|
||||
- identifier.macro: "\\$\\w+"
|
||||
- constant.specialChar: "\\\\."
|
||||
|
||||
@@ -22,7 +21,6 @@ rules:
|
||||
- identifier.macro:
|
||||
start: "`"
|
||||
end: "'"
|
||||
rules: []
|
||||
- identifier.macro: "\\$\\w+"
|
||||
- constant.specialChar: "\\\\."
|
||||
|
||||
@@ -46,7 +44,6 @@ rules:
|
||||
- identifier.macro:
|
||||
start: "`"
|
||||
end: "'"
|
||||
rules: []
|
||||
|
||||
- comment:
|
||||
start: "///?"
|
||||
|
||||
Reference in New Issue
Block a user