mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
syntax: Add the empty rules: [] to the files currently "missing" them
This commit is contained in:
@@ -15,6 +15,7 @@ rules:
|
||||
- constant.string:
|
||||
start: "\""
|
||||
end: "\""
|
||||
rules: []
|
||||
# Integer Constants
|
||||
- constant.number: "\\b([0-9]+)\\b"
|
||||
- constant.number: "\\b(0x[0-9a-fA-F]+)\\b"
|
||||
|
||||
Reference in New Issue
Block a user