File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ syn match pythonFloat "\<\d\+[eE][+-]\=\d\+[jJ]\=\>" display
220220syn match pythonFloat " \<\d\+\.\d *\( [eE][+-]\=\d\+\)\= [jJ]\= " display
221221
222222syn match pythonOctError " \< 0[oO]\=\o *[8-9]\d *[lL]\=\> " display
223- syn match pythonHexError " \< 0[xX]\x *\X \x *[lL]\=\> " display
223+ syn match pythonHexError " \< 0[xX]\x *[g-zG-Z] \x *[lL]\=\> " display
224224syn match pythonBinError " \< 0[bB][01]*[2-9]\d *[lL]\=\> " display
225225
226226if exists (" python_highlight_builtins" ) && python_highlight_builtins != 0
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ class classname
4848
4949# Numbers
5050
51- 0 0 x 0x1f 077 .3 12.34 100L 0j 0j 34.2E-3
51+ 0 0x1f 077 .3 12.34 100L 0j 0j 34.2E-3 0b10 0o77
5252
5353# Erroneous numbers
5454
55- 08 0 xk
55+ 08 0 xk 0 x 0b10 2 0o7 8
5656
5757# Strings
5858
You can’t perform that action at this time.
0 commit comments