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:
Rhiannon Morris 2020-06-19 16:48:11 +02:00
parent 772dc1ae0f
commit 92e97c5f78
1 changed files with 1 additions and 1 deletions

View File

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