package publish

This commit is contained in:
Vanessa McHale 2017-12-23 14:28:24 -06:00
parent 557b42af4f
commit 2774819384
2 changed files with 29 additions and 1 deletions

View file

@ -68,7 +68,7 @@ endif
" keyword highlighting
syn keyword atsKeyword prefix postfix infix infixl infixr op nonfix
syn keyword atsKeyword staload stadef sta dynload
syn keyword atsKeyword staload stadef sta dynload stacst
syn keyword atsCond if then else case sif
syn keyword atsRepeat while
syn keyword atsException exception raise try