add ^ as a substitution constant
This commit is contained in:
parent
1bec2fba30
commit
5f2b5effb3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue