the 0. in 0.4 is not a quantity

This commit is contained in:
rhiannon morris 2024-05-16 22:02:34 +02:00
parent 567441a87c
commit 32b3c38d93

View file

@ -45,13 +45,13 @@ hi def link quoxTag Constant
syn match quoxCharEsc /\\\%(\\\|"\|x\x\+;\|[nt]\)/ contained
hi def link quoxCharEsc SpecialChar
syn match quoxQty /\<[01#ω]\./
syn match quoxQty /\<[01#ω]\.\d\@!/
hi def link quoxQty Special
syn match quoxDef /\<\%(def\|postulate\)[01#ω]\?\>/ contains=quoxQtySuffix
syn match quoxQtySuffix /[01#ω]\>/ contained
hi def link quoxDef Label
hi def link quoxQtySuffix quoxQty
hi link quoxQtySuffix quoxQty
syn keyword quoxNamespace namespace
hi def link quoxNamespace Type