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 6bd6a9a commit fb2db6aCopy full SHA for fb2db6a
PythonImproved.YAML-tmLanguage
@@ -65,7 +65,7 @@ patterns:
65
match: \b(?i:(0[o]?[0-7]+)L)
66
67
- name: constant.numeric.integer.octal.python
68
- match: \b(0[o]?[0-7]+)
+ match: \b(?i:(0[o]?[0-7]+))
69
70
- name: constant.numeric.complex.python
71
match: \b(?i:(((\d+(\.(?=[^a-zA-Z_])\d*)?|(?<=[^0-9a-zA-Z_])\.\d+)(e[\-\+]?\d+)?))J)
PythonImproved.tmLanguage
@@ -167,7 +167,7 @@
167
</dict>
168
<dict>
169
<key>match</key>
170
- <string>\b(0[o]?[0-7]+)</string>
+ <string>\b(?i:(0[o]?[0-7]+))</string>
171
<key>name</key>
172
<string>constant.numeric.integer.octal.python</string>
173
0 commit comments