Add some more stuff from looking thru the parser
This commit is contained in:
parent
fdcf18a992
commit
c4db60267e
1 changed files with 4 additions and 4 deletions
|
@ -17,10 +17,10 @@ hi def link belComment Comment
|
||||||
syn region belBlockComment start='%{' end='}%' contains=belBlockComment
|
syn region belBlockComment start='%{' end='}%' contains=belBlockComment
|
||||||
hi def link belBlockComment belComment
|
hi def link belBlockComment belComment
|
||||||
|
|
||||||
syn keyword belUnderscore _
|
syn keyword belUnderscore _ #_ $_
|
||||||
hi def link belUnderscore Special
|
hi def link belUnderscore Special
|
||||||
|
|
||||||
syn keyword belType type
|
syn keyword belType type ctype
|
||||||
hi def link belType Typedef
|
hi def link belType Typedef
|
||||||
|
|
||||||
syn match belPragma /\%(%\|\<--\)\%(coverage\|warncoverage\|nostrengthen\|infix\|prefix\|assoc\|name\|abbrev\|not\|open\)\>/
|
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
|
syn keyword belIdBlock some block
|
||||||
hi def link belIdBlock Structure
|
hi def link belIdBlock Structure
|
||||||
|
|
||||||
syn match belVarVar /#\l\k*/
|
syn match belVarVar /#\k\+/
|
||||||
hi def link belVarVar Constant
|
hi def link belVarVar Constant
|
||||||
|
|
||||||
syn match belSubstVar /#\u\k*/
|
syn match belSubstVar /\$\k\+/
|
||||||
hi def link belSubstVar String
|
hi def link belSubstVar String
|
||||||
|
|
||||||
syn region belObjLam
|
syn region belObjLam
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue