recognise #[…] and $[…]

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

View File

@ -10,7 +10,7 @@ setlocal commentstring=%%s
syn match belArrowEtc /->\|=>\|→\|⇒\||-#\?\|⊢\|\<=\>\|:/
hi def link belArrowEtc Function
syn match belDelim /[()[\]{}.;,]\|\<\/\>\||-\@!\|<\|-\@<!>/
syn match belDelim /[()\]{}.;,]\|[#$]\?\[\|\<\/\>\||-\@!\|<\|-\@<!>/
hi def link belDelim Delimiter
syn match belComment /%\+\s.*$/