also flag ← as an error

This commit is contained in:
Rhiannon Morris 2020-06-12 19:55:47 +02:00
parent 73522cd0b0
commit d6eda4abd0
1 changed files with 1 additions and 1 deletions

View File

@ -78,6 +78,6 @@ hi def link belBool Boolean
syn keyword belIf if then else
hi def link belIf Keyword
syn match belugaError /<-/
syn match belugaError /<-\|←/
syn keyword belugaError prop
hi def link belugaError Error