fixing thestart/end syntax

This commit is contained in:
Samantha Marshall 2017-01-27 08:40:41 -05:00
parent 2202b32f31
commit 9122f152d1
No known key found for this signature in database
GPG key ID: DF782CB74434EFA2
2 changed files with 4 additions and 27 deletions

File diff suppressed because one or more lines are too long

View file

@ -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):?"