the 0. in 0.4 is not a quantity
This commit is contained in:
parent
567441a87c
commit
32b3c38d93
1 changed files with 2 additions and 2 deletions
|
@ -45,13 +45,13 @@ hi def link quoxTag Constant
|
||||||
syn match quoxCharEsc /\\\%(\\\|"\|x\x\+;\|[nt]\)/ contained
|
syn match quoxCharEsc /\\\%(\\\|"\|x\x\+;\|[nt]\)/ contained
|
||||||
hi def link quoxCharEsc SpecialChar
|
hi def link quoxCharEsc SpecialChar
|
||||||
|
|
||||||
syn match quoxQty /\<[01#ω]\./
|
syn match quoxQty /\<[01#ω]\.\d\@!/
|
||||||
hi def link quoxQty Special
|
hi def link quoxQty Special
|
||||||
|
|
||||||
syn match quoxDef /\<\%(def\|postulate\)[01#ω]\?\>/ contains=quoxQtySuffix
|
syn match quoxDef /\<\%(def\|postulate\)[01#ω]\?\>/ contains=quoxQtySuffix
|
||||||
syn match quoxQtySuffix /[01#ω]\>/ contained
|
syn match quoxQtySuffix /[01#ω]\>/ contained
|
||||||
hi def link quoxDef Label
|
hi def link quoxDef Label
|
||||||
hi def link quoxQtySuffix quoxQty
|
hi link quoxQtySuffix quoxQty
|
||||||
|
|
||||||
syn keyword quoxNamespace namespace
|
syn keyword quoxNamespace namespace
|
||||||
hi def link quoxNamespace Type
|
hi def link quoxNamespace Type
|
||||||
|
|
Loading…
Add table
Reference in a new issue