mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-12 02:20:59 +00:00
parent
53e142fb88
commit
3c01947cb3
2 changed files with 42 additions and 9 deletions
File diff suppressed because one or more lines are too long
|
|
@ -10,5 +10,15 @@ rules:
|
|||
- identifier: "^[[:space:]]*[^=]*="
|
||||
- special: "^[[:space:]]*\\[.*\\]$"
|
||||
- statement: "[=;]"
|
||||
- comment: "(^|[[:space:]])#([^{].*)?$"
|
||||
- constant.string: "\"(\\\\.|[^\"])*\"|'(\\\\.|[^'])*'"
|
||||
|
||||
- comment:
|
||||
start: "#"
|
||||
end: "$"
|
||||
rules:
|
||||
- todo: "(TODO|XXX|FIXME):?"
|
||||
- comment:
|
||||
start: ";"
|
||||
end: "$"
|
||||
rules:
|
||||
- todo: "(TODO|XXX|FIXME):?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue