flag <- and prop as errors

This commit is contained in:
Rhiannon Morris 2020-06-12 19:54:25 +02:00
parent bf53ca2423
commit 73522cd0b0
1 changed files with 4 additions and 0 deletions

View File

@ -77,3 +77,7 @@ hi def link belBool Boolean
syn keyword belIf if then else
hi def link belIf Keyword
syn match belugaError /<-/
syn keyword belugaError prop
hi def link belugaError Error