File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ patterns:
4040 match : \b(?i:(0x\h*))
4141
4242- name : constant.numeric.integer.long.binary.python
43- match : \b(?i:(0b[01]* )L)
43+ match : \b(?i:(0b[01]+ )L)
4444
4545- name : constant.numeric.integer.binary.python
46- match : \b(?i:(0b[01]* ))
46+ match : \b(?i:(0b[01]+ ))
4747
4848- name : constant.numeric.integer.long.octal.python
4949 match : \b(?i:(0[o]?[0-7]+)L)
Original file line number Diff line number Diff line change 115115 </dict >
116116 <dict >
117117 <key >match </key >
118- <string >\b(?i:(0b[01]* )L) </string >
118+ <string >\b(?i:(0b[01]+ )L) </string >
119119 <key >name </key >
120120 <string >constant.numeric.integer.long.binary.python </string >
121121 </dict >
122122 <dict >
123123 <key >match </key >
124- <string >\b(?i:(0b[01]* )) </string >
124+ <string >\b(?i:(0b[01]+ )) </string >
125125 <key >name </key >
126126 <string >constant.numeric.integer.binary.python </string >
127127 </dict >
You can’t perform that action at this time.
0 commit comments