From c3ec8631aedaf312b68b70edad9faefab6a9598e Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Fri, 15 Jul 2022 14:55:23 +0200 Subject: [PATCH] fix ^ in idents --- syntax/beluga.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syntax/beluga.vim b/syntax/beluga.vim index 935cae5..6109601 100644 --- a/syntax/beluga.vim +++ b/syntax/beluga.vim @@ -38,7 +38,8 @@ hi def link belTotal Special syn keyword belTrust trust hi def link belTrust Underlined -syn match belSubstConst /\.\.\|\^/ +syn keyword belSubstConst ^ +syn match belSubstConst /\.\./ hi def link belSubstConst Constant syn keyword belIdBlock some block