mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
syntax: Add the empty rules: [] to the files currently "missing" them
This commit is contained in:
@@ -25,6 +25,7 @@ rules:
|
||||
- constant:
|
||||
start: "[$]([!@&`'+~=/\\\\,;.<>*$?:\"_]|-[A-Za-z0-9_]|[0-9]+)"
|
||||
end: "\\B|\\b"
|
||||
rules: []
|
||||
# Ruby "Symbols"
|
||||
- constant: "(i?)([ ]|^):[0-9A-Z_]+\\b"
|
||||
- constant: "\\b(__FILE__|__LINE__)\\b"
|
||||
|
||||
Reference in New Issue
Block a user