package publish

This commit is contained in:
Vanessa McHale 2018-02-26 17:57:32 -06:00
parent f8d294b551
commit 445f8f3b41
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,6 @@ syn region atsNestComment start="(\*" end="\*)" contains=atsNestComment,atsTodo,
syn match atsIdentifier "\v[a-zA-Z][a-zA-Z_0-9]*"
syn match atsChar "\v'.'"
syn match atsUint "\v[0-9]+u"
syn match atsInt "\v[0-9]+"
@ -44,6 +42,8 @@ syn match atsParens "[()]"
syn match atsOperator "\v[\@\']"
syn match atsChar "\v'.'"
syn region atsMacro start="#" end="\v$" contains=atsString
syn keyword atsBool true false