package publish

This commit is contained in:
Vanessa McHale 2017-12-29 10:29:02 -06:00
parent 8a478cdbb1
commit 23db6ef085
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -5,6 +5,7 @@ let g:loaded_syntastic_ats_patscc_checker = 1
let g:syntastic_ats_patscc_exec = 'patscc'
" TODO optionally include -ccats flag for quicker response
function! SyntaxCheckers_ats_patscc_GetLocList() dict
let makeprg = self.makeprgBuild({
\ 'exe': self.getExec(),