mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
fixing thestart/end syntax
This commit is contained in:
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 constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||||||
|
|
||||||
color comment "[[:space:]]*#.*$"
|
color comment "[[:space:]]*#.*$"
|
||||||
color comment start="#[" end="]#"
|
color comment start="\#\[" end="\]\#"
|
||||||
|
|
||||||
color todo "(TODO|FIXME|XXX):?"
|
color todo "(TODO|FIXME|XXX):?"
|
||||||
|
|||||||
Reference in New Issue
Block a user