package publish

This commit is contained in:
Vanessa McHale 2018-03-03 15:51:55 -06:00
parent e1b69659a8
commit 2c9dfe120b
1 changed files with 1 additions and 2 deletions

View File

@ -17,6 +17,7 @@ syn match atsSpecial +\v\\["nt]+
syn match atsSpecial -\v\\[0-9]+-
syn region atsString start=+"+ end=+"+ contains=atsSpecial
syn match atsChar "\v'.'" contains=atsSpecial
syn keyword atsKeyword staload dynload overload with fun symintr include fn fnx and prfun prfn praxi castfn sortdef
syn keyword atsKeyword lam llam fix raise of var val prval if then else addr let in begin end
@ -40,8 +41,6 @@ syn match atsParens "[()]"
syn match atsOperator "\v[\@\'\#]"
syn match atsChar "\v'.'"
syn region atsMacro start="\v^#" end="\v$" contains=atsString
syn keyword atsBool true false