We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03c7d4 commit e8fb70bCopy full SHA for e8fb70b
PythonImproved.YAML-tmLanguage
@@ -40,10 +40,10 @@ patterns:
40
match: \b(?i:(0x\h*))
41
42
- name: constant.numeric.integer.long.binary.python
43
- match: \b(?i:(0b[01]*)L)
+ match: \b(?i:(0b[01]+)L)
44
45
- name: constant.numeric.integer.binary.python
46
- match: \b(?i:(0b[01]*))
+ match: \b(?i:(0b[01]+))
47
48
- name: constant.numeric.integer.long.octal.python
49
match: \b(?i:(0[o]?[0-7]+)L)
0 commit comments