<- and ← don't exist any more
This commit is contained in:
parent
143bbc4937
commit
c68c6ca349
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ let b:current_syntax = 'beluga'
|
|||
|
||||
setlocal iskeyword=48-57,a-z,A-Z,!,$,&,',*,+,_,/,=,@,-,~,#,^
|
||||
|
||||
syn match belArrowEtc /->\|=>\|→\|←\|⇒\||-#\?\|⊢\|\<=\>\|:/
|
||||
syn match belArrowEtc /->\|=>\|→\|⇒\||-#\?\|⊢\|\<=\>\|:/
|
||||
hi def link belArrowEtc Function
|
||||
|
||||
syn match belBrack /[()[\]{}.;,]\|\<\/\>\||-\@!/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue