package publish

This commit is contained in:
Vanessa McHale 2017-11-05 10:29:49 -06:00
parent ce4a8b1430
commit 011d9d3067

View file

@ -84,6 +84,7 @@ syn keyword atsKeyword prval praxi datasort
syn keyword atsSorts bool char int prop type view viewtype syn keyword atsSorts bool char int prop type view viewtype
syn match atsSpecial '\\n'
syn keyword atsTypes string float double void syn keyword atsTypes string float double void
syn match atsSym "[%&+-\./:=@~`^|*!$#?]+\|[%&+-\./:=@~`^|*<>]+" syn match atsSym "[%&+-\./:=@~`^|*!$#?]+\|[%&+-\./:=@~`^|*<>]+"
@ -110,7 +111,8 @@ syn region atsPreProc matchgroup=atsPreCondit start="^\s*\(%:\|#\)\s*\(pragma\>
command! -nargs=+ AtsHiLink hi def link <args> command! -nargs=+ AtsHiLink hi def link <args>
" includes " includes
hi def link atsIncludes Special AtsHiLink atsIncludes Special
AtsHiLink atsSpecial Special
" comments " comments
AtsHiLink atsCommentStart atsComment AtsHiLink atsCommentStart atsComment