From 5f2b5effb324afcbc6244b21c50eb7e6b021877e Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 12 Jun 2020 19:53:59 +0200 Subject: [PATCH] add ^ as a substitution constant --- syntax/beluga.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax/beluga.vim b/syntax/beluga.vim index 80288fc..24e3079 100644 --- a/syntax/beluga.vim +++ b/syntax/beluga.vim @@ -35,8 +35,8 @@ hi def link belTotal Special syn keyword belTrust trust hi def link belTrust Underlined -syn match belIdSubst /\.\./ -hi def link belIdSubst Constant +syn match belSubstConst /\.\.\|\^/ +hi def link belSubstConst Constant syn keyword belIdBlock some block hi def link belIdBlock Structure