mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-26 10:50:23 +00:00
Merge pull request #694 from tommyshem/xresources
Correct the comment from # to ! as pointed out in the gitter chat on Xresources files high lighting
This commit is contained in:
commit
ac362bf1db
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ rules:
|
|||
- constant.number: "\\b[0-9]+\\b"
|
||||
- symbol.operator: "[*:=]"
|
||||
- constant.bool: "\\b(true|false)\\b"
|
||||
- comment: "(^|[[:space:]])#([^{].*)?$"
|
||||
- comment: "(^|[[:space:]])!([^{].*)?$"
|
||||
- indent-char.whitespace: "[[:space:]]+$"
|
||||
- indent-char: " + +| + +"
|
||||
|
|
|
|||
Loading…
Reference in a new issue