package publish

This commit is contained in:
Vanessa McHale 2017-11-05 10:38:18 -06:00
parent 1e21c366d4
commit f6b169b48a
1 changed files with 2 additions and 2 deletions

View File

@ -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