add module keywords and qualified names

This commit is contained in:
Rhiannon Morris 2020-06-12 19:54:15 +02:00
parent 5f2b5effb3
commit bf53ca2423
1 changed files with 6 additions and 0 deletions

View File

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