add ^ as a substitution constant

This commit is contained in:
Rhiannon Morris 2020-06-12 19:53:59 +02:00
parent 1bec2fba30
commit 5f2b5effb3
1 changed files with 2 additions and 2 deletions

View File

@ -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