mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-17 12:30:23 +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 comment "[[:space:]]*#.*$"
|
||||
color comment start="#[" end="]#"
|
||||
color comment start="\#\[" end="\]\#"
|
||||
|
||||
color todo "(TODO|FIXME|XXX):?"
|
||||
|
||||
Reference in New Issue
Block a user