package publish
This commit is contained in:
parent
ce4a8b1430
commit
011d9d3067
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue