add module keywords and qualified names
This commit is contained in:
parent
5f2b5effb3
commit
bf53ca2423
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ hi def link belSubstConst Constant
|
|||
syn keyword belIdBlock some block
|
||||
hi def link belIdBlock Structure
|
||||
|
||||
syn keyword belModule module struct end
|
||||
hi def link belModule Structure
|
||||
|
||||
syn match belQualName /\>::\</
|
||||
hi def link belQualName Normal
|
||||
|
||||
syn match belVarVar /#\k\+/
|
||||
hi def link belVarVar Constant
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue