package publish
This commit is contained in:
parent
8a478cdbb1
commit
23db6ef085
2 changed files with 3 additions and 2 deletions
|
@ -61,8 +61,8 @@ endif
|
||||||
"
|
"
|
||||||
|
|
||||||
" keyword highlighting
|
" keyword highlighting
|
||||||
syn keyword atsKeyword prefix postfix infix infixl infixr op nonfix
|
syn keyword atsKeyword prefix postfix infix infixl infixr op nonfix addr
|
||||||
syn keyword atsKeyword staload stadef sta dynload stacst
|
syn keyword atsKeyword staload stadef sta dynload stacst assertloc
|
||||||
syn keyword atsCond if then else case sif
|
syn keyword atsCond if then else case sif
|
||||||
syn keyword atsRepeat while
|
syn keyword atsRepeat while
|
||||||
syn keyword atsException exception raise try
|
syn keyword atsException exception raise try
|
||||||
|
|
|
@ -5,6 +5,7 @@ let g:loaded_syntastic_ats_patscc_checker = 1
|
||||||
|
|
||||||
let g:syntastic_ats_patscc_exec = 'patscc'
|
let g:syntastic_ats_patscc_exec = 'patscc'
|
||||||
|
|
||||||
|
" TODO optionally include -ccats flag for quicker response
|
||||||
function! SyntaxCheckers_ats_patscc_GetLocList() dict
|
function! SyntaxCheckers_ats_patscc_GetLocList() dict
|
||||||
let makeprg = self.makeprgBuild({
|
let makeprg = self.makeprgBuild({
|
||||||
\ 'exe': self.getExec(),
|
\ 'exe': self.getExec(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue