<- and ← don't exist any more

This commit is contained in:
Rhiannon Morris 2020-06-12 18:12:38 +02:00
parent 143bbc4937
commit c68c6ca349
1 changed files with 1 additions and 1 deletions

View File

@ -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 /[()[\]{}.;,]\|\<\/\>\||-\@!/