package publish
This commit is contained in:
parent
1e21c366d4
commit
f6b169b48a
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ syn match atsIncludes '\v^#include.*$'
|
|||
" lexical
|
||||
"
|
||||
|
||||
" comment highlighting, mostly ripped from c.vim
|
||||
syn keyword atsTodo TODO FIXME TEMP XXX HACKHACKHACK DEBUG NOTE contained
|
||||
" comment highlighting
|
||||
syn keyword atsTodo TODO FIXME NOTE contained
|
||||
syn match atscCommentError display "\*/"
|
||||
syn match atscCommentStartError display "/\*"me=e-1 contained
|
||||
syn region atscComment matchgroup=atscCommentStart start="/\*" end="\*/" contains=atsTodo,@Spell,atscCommentStartError
|
||||
|
|
Loading…
Reference in a new issue