no more bool
This commit is contained in:
parent
9fae64707e
commit
41766c5db6
1 changed files with 8 additions and 5 deletions
|
@ -73,14 +73,17 @@ hi def link belLet Keyword
|
||||||
syn match belSubBlock /\.\k\+\>/
|
syn match belSubBlock /\.\k\+\>/
|
||||||
hi def link belSubBlock Label
|
hi def link belSubBlock Label
|
||||||
|
|
||||||
syn keyword belBoolType Bool
|
" bools are gone
|
||||||
hi def link belBoolType Typedef
|
" but if/then/else are still keywords that don't do anything ☹
|
||||||
|
|
||||||
syn keyword belBool ttrue ffalse
|
" syn keyword belBoolType Bool
|
||||||
hi def link belBool Boolean
|
" hi def link belBoolType Typedef
|
||||||
|
|
||||||
|
" syn keyword belBool ttrue ffalse
|
||||||
|
" hi def link belBool Boolean
|
||||||
|
|
||||||
syn keyword belIf if then else
|
syn keyword belIf if then else
|
||||||
hi def link belIf Keyword
|
hi def link belIf Error
|
||||||
|
|
||||||
syn match belugaError /<-\|←/
|
syn match belugaError /<-\|←/
|
||||||
syn keyword belugaError prop
|
syn keyword belugaError prop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue