add <> as brackets

This commit is contained in:
Rhiannon Morris 2020-06-12 19:53:46 +02:00
parent c68c6ca349
commit 1bec2fba30
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ setlocal iskeyword=48-57,a-z,A-Z,!,$,&,',*,+,_,/,=,@,-,~,#,^
syn match belArrowEtc /->\|=>\|→\|⇒\||-#\?\|⊢\|\<=\>\|:/
hi def link belArrowEtc Function
syn match belBrack /[()[\]{}.;,]\|\<\/\>\||-\@!/
hi def link belBrack Delimiter
syn match belDelim /[()[\]{}.;,]\|\<\/\>\||-\@!\|<\|-\@<!>/
hi def link belDelim Delimiter
syn match belComment /%\s.*$/
hi def link belComment Comment