fix comments

This commit is contained in:
rhiannon morris 2022-07-15 14:54:57 +02:00
parent 6ae3479480
commit f58e67db1c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ hi def link belArrowEtc Function
syn match belDelim /[()\]{}.;,]\|[#$]\?\[\|\<\/\>\||-\@!\|<\|-\@<!>/
hi def link belDelim Delimiter
syn match belComment /%\+\s.*$/
syn match belComment /%.*$/
hi def link belComment Comment
syn region belBlockComment start='%{' end='}%' contains=belBlockComment