We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099e710 commit d03c7d4Copy full SHA for d03c7d4
1 file changed
PythonImproved.tmLanguage
@@ -115,13 +115,13 @@
115
</dict>
116
<dict>
117
<key>match</key>
118
- <string>\b(?i:(0b[01]*)L)</string>
+ <string>\b(?i:(0b[01]+)L)</string>
119
<key>name</key>
120
<string>constant.numeric.integer.long.binary.python</string>
121
122
123
124
- <string>\b(?i:(0b[01]*))</string>
+ <string>\b(?i:(0b[01]+))</string>
125
126
<string>constant.numeric.integer.binary.python</string>
127
0 commit comments