recognise #[…] and $[…]
This commit is contained in:
parent
3229be14f8
commit
6ae3479480
1 changed files with 1 additions and 1 deletions
|
@ -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.*$/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue