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:
40
40
match : \b(?i:(0x\h*))
41
41
42
42
- name : constant.numeric.integer.long.binary.python
43
- match : \b(?i:(0b[01]* )L)
43
+ match : \b(?i:(0b[01]+ )L)
44
44
45
45
- name : constant.numeric.integer.binary.python
46
- match : \b(?i:(0b[01]* ))
46
+ match : \b(?i:(0b[01]+ ))
47
47
48
48
- name : constant.numeric.integer.long.octal.python
49
49
match : \b(?i:(0[o]?[0-7]+)L)
Original file line number Diff line number Diff line change 115
115
</dict >
116
116
<dict >
117
117
<key >match </key >
118
- <string >\b(?i:(0b[01]* )L) </string >
118
+ <string >\b(?i:(0b[01]+ )L) </string >
119
119
<key >name </key >
120
120
<string >constant.numeric.integer.long.binary.python </string >
121
121
</dict >
122
122
<dict >
123
123
<key >match </key >
124
- <string >\b(?i:(0b[01]* )) </string >
124
+ <string >\b(?i:(0b[01]+ )) </string >
125
125
<key >name </key >
126
126
<string >constant.numeric.integer.binary.python </string >
127
127
</dict >
You can’t perform that action at this time.
0 commit comments