Added hex literals.

This commit is contained in:
Bruce Hill 2018-07-26 14:18:21 -07:00
parent bd4d92dd8d
commit 7826ca30c4

View File

@ -71,8 +71,7 @@ syn match nomsuOpWord ;\v[`$~!@^&*_+=|<>?'/-]+;
hi def link nomsuOpWord Function
hi nomsuOpWord ctermfg=LightYellow
syn match nomsuNumber /-\?\d\+\(\.\(\d\+\)\?\)\?/ nextgroup=nomsuIndex
syn match nomsuNumber /-\?\.\d\+/ nextgroup=nomsuIndex
syn match nomsuNumber /-\?\(0x\x\+\|\d\+\(\.\(\d\+\)\?\)\?\|\.\d\+\)/ nextgroup=nomsuIndex
hi def link nomsuNumber Number
syn match nomsuDotDot /\.\./