package publish
This commit is contained in:
parent
d53ff7ee34
commit
8a478cdbb1
3 changed files with 1 additions and 11 deletions
|
@ -5,10 +5,6 @@ if !exists('main_syntax')
|
|||
let main_syntax = 'ats'
|
||||
endif
|
||||
|
||||
"
|
||||
" lexical
|
||||
"
|
||||
|
||||
" comment highlighting
|
||||
syn keyword atsTodo TODO FIXME NOTE contained
|
||||
syn match atscCommentError display "\*/"
|
||||
|
@ -18,8 +14,6 @@ syn match atsNestedCommentError display "\*)"
|
|||
" mercilessly ripped from d.vim
|
||||
syn region atsNestedComment start="(\*" end="\*)" contains=atsNestedComment,atsTodo,@Spell
|
||||
syn match atsComment "//.*" contains=atsTodo
|
||||
" this rule needs to be after // (above) because of priority!
|
||||
syn region atsComment start="////" end="\%$" contains=atsTodo
|
||||
|
||||
"
|
||||
" denotation highlighting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue