no more bool

This commit is contained in:
rhiannon morris 2022-07-15 14:56:32 +02:00
parent 9fae64707e
commit 41766c5db6
1 changed files with 8 additions and 5 deletions

View File

@ -73,14 +73,17 @@ hi def link belLet Keyword
syn match belSubBlock /\.\k\+\>/
hi def link belSubBlock Label
syn keyword belBoolType Bool
hi def link belBoolType Typedef
" bools are gone
" but if/then/else are still keywords that don't do anything ☹
syn keyword belBool ttrue ffalse
hi def link belBool Boolean
" syn keyword belBoolType Bool
" hi def link belBoolType Typedef
" syn keyword belBool ttrue ffalse
" hi def link belBool Boolean
syn keyword belIf if then else
hi def link belIf Keyword
hi def link belIf Error
syn match belugaError /<-\|←/
syn keyword belugaError prop