fix comments
This commit is contained in:
parent
6ae3479480
commit
f58e67db1c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ hi def link belArrowEtc Function
|
||||||
syn match belDelim /[()\]{}.;,]\|[#$]\?\[\|\<\/\>\||-\@!\|<\|-\@<!>/
|
syn match belDelim /[()\]{}.;,]\|[#$]\?\[\|\<\/\>\||-\@!\|<\|-\@<!>/
|
||||||
hi def link belDelim Delimiter
|
hi def link belDelim Delimiter
|
||||||
|
|
||||||
syn match belComment /%\+\s.*$/
|
syn match belComment /%.*$/
|
||||||
hi def link belComment Comment
|
hi def link belComment Comment
|
||||||
|
|
||||||
syn region belBlockComment start='%{' end='}%' contains=belBlockComment
|
syn region belBlockComment start='%{' end='}%' contains=belBlockComment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue