fix ^ in idents
This commit is contained in:
parent
0c1cb6f77a
commit
c3ec8631ae
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue