From d6eda4abd0ba29b2465cb2ea1c505ae75406cd6a Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 12 Jun 2020 19:55:47 +0200 Subject: [PATCH] =?UTF-8?q?also=20flag=20=E2=86=90=20as=20an=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syntax/beluga.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/beluga.vim b/syntax/beluga.vim index 130c078..9649d01 100644 --- a/syntax/beluga.vim +++ b/syntax/beluga.vim @@ -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