Allow multiple %s at the start of a comment
tbh comments are probably anything that doesn't happen to be a pragma but I'm leaving it like this
This commit is contained in:
parent
772dc1ae0f
commit
92e97c5f78
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,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 /%\+\s.*$/
|
||||||
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