Add some more stuff from looking thru the parser

This commit is contained in:
Rhiannon Morris 2020-06-12 08:08:54 +02:00
parent fdcf18a992
commit c4db60267e
1 changed files with 4 additions and 4 deletions

View File

@ -17,10 +17,10 @@ hi def link belComment Comment
syn region belBlockComment start='%{' end='}%' contains=belBlockComment
hi def link belBlockComment belComment
syn keyword belUnderscore _
syn keyword belUnderscore _ #_ $_
hi def link belUnderscore Special
syn keyword belType type
syn keyword belType type ctype
hi def link belType Typedef
syn match belPragma /\%(%\|\<--\)\%(coverage\|warncoverage\|nostrengthen\|infix\|prefix\|assoc\|name\|abbrev\|not\|open\)\>/
@ -41,10 +41,10 @@ hi def link belIdSubst Constant
syn keyword belIdBlock some block
hi def link belIdBlock Structure
syn match belVarVar /#\l\k*/
syn match belVarVar /#\k\+/
hi def link belVarVar Constant
syn match belSubstVar /#\u\k*/
syn match belSubstVar /\$\k\+/
hi def link belSubstVar String
syn region belObjLam