mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
fixing thestart/end syntax
This commit is contained in:
parent
2202b32f31
commit
9122f152d1
2 changed files with 4 additions and 27 deletions
File diff suppressed because one or more lines are too long
|
|
@ -23,6 +23,6 @@ color constant.number "\b[0-9_]((\.?)[0-9_]+)?[eE][+\-][0-9][0-9_]+\b"
|
|||
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||||
|
||||
color comment "[[:space:]]*#.*$"
|
||||
color comment start="#[" end="]#"
|
||||
color comment start="\#\[" end="\]\#"
|
||||
|
||||
color todo "(TODO|FIXME|XXX):?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue