package publish

This commit is contained in:
Vanessa McHale 2018-09-01 13:43:56 -05:00
parent 98913f1f83
commit f69e3b6254
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ syn region atsString start=+"+ end=+"+ contains=atsSpecial
syn keyword atsKeyword staload dynload overload with fun symintr include fn fnx and prfun prfn praxi castfn sortdef
syn keyword atsKeyword as lam llam fix raise of var val prval if then else addr let in begin end when where local while for prvar sif
syn keyword atsKeywordTwo case ifcase scase
syn keyword atsKeyword stadef sta stacst assume macdef exception
syn keyword atsKeyword stadef sta stacst assume macdef exception rec
syn match atsKeyword "\v[\%\+\-\<\>\=!\:\~]+"