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 /->\|=>\|→\|⇒\||-#\?\|⊢\|\<=\>\|:/
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue