Added hex literals.
This commit is contained in:
parent
bd4d92dd8d
commit
7826ca30c4
@ -71,8 +71,7 @@ syn match nomsuOpWord ;\v[`$~!@^&*_+=|<>?'/-]+;
|
|||||||
hi def link nomsuOpWord Function
|
hi def link nomsuOpWord Function
|
||||||
hi nomsuOpWord ctermfg=LightYellow
|
hi nomsuOpWord ctermfg=LightYellow
|
||||||
|
|
||||||
syn match nomsuNumber /-\?\d\+\(\.\(\d\+\)\?\)\?/ nextgroup=nomsuIndex
|
syn match nomsuNumber /-\?\(0x\x\+\|\d\+\(\.\(\d\+\)\?\)\?\|\.\d\+\)/ nextgroup=nomsuIndex
|
||||||
syn match nomsuNumber /-\?\.\d\+/ nextgroup=nomsuIndex
|
|
||||||
hi def link nomsuNumber Number
|
hi def link nomsuNumber Number
|
||||||
|
|
||||||
syn match nomsuDotDot /\.\./
|
syn match nomsuDotDot /\.\./
|
||||||
|
Loading…
Reference in New Issue
Block a user