mirror of
https://github.com/gryf/python-syntax.git
synced 2026-05-06 05:43:01 +02:00
Fixed number display
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ syn match pythonHexNumber "\<0[xX]\x\+\>" display
|
|||||||
syn match pythonOctNumber "\<0[oO]\o\+\>" display
|
syn match pythonOctNumber "\<0[oO]\o\+\>" display
|
||||||
syn match pythonBinNumber "\<0[bB][01]\+\>" display
|
syn match pythonBinNumber "\<0[bB][01]\+\>" display
|
||||||
|
|
||||||
syn match pythonNumber "\<0\>" display
|
syn match pythonNumber "\<\d\>" display
|
||||||
syn match pythonNumber "\<[1-9]\d\+\>" display
|
syn match pythonNumber "\<[1-9]\d\+\>" display
|
||||||
syn match pythonNumber "\<\d\+[jJ]\>" display
|
syn match pythonNumber "\<\d\+[jJ]\>" display
|
||||||
syn match pythonNumberError "\<0\d\+\>" display
|
syn match pythonNumberError "\<0\d\+\>" display
|
||||||
|
|||||||
Reference in New Issue
Block a user