add <> as brackets
This commit is contained in:
parent
c68c6ca349
commit
1bec2fba30
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ setlocal iskeyword=48-57,a-z,A-Z,!,$,&,',*,+,_,/,=,@,-,~,#,^
|
||||||
syn match belArrowEtc /->\|=>\|→\|⇒\||-#\?\|⊢\|\<=\>\|:/
|
syn match belArrowEtc /->\|=>\|→\|⇒\||-#\?\|⊢\|\<=\>\|:/
|
||||||
hi def link belArrowEtc Function
|
hi def link belArrowEtc Function
|
||||||
|
|
||||||
syn match belBrack /[()[\]{}.;,]\|\<\/\>\||-\@!/
|
syn match belDelim /[()[\]{}.;,]\|\<\/\>\||-\@!\|<\|-\@<!>/
|
||||||
hi def link belBrack Delimiter
|
hi def link belDelim Delimiter
|
||||||
|
|
||||||
syn match belComment /%\s.*$/
|
syn match belComment /%\s.*$/
|
||||||
hi def link belComment Comment
|
hi def link belComment Comment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue