File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ patterns:
2626 name : constant.other.allcaps.python
2727 match : \b([[:upper:]_][[:upper:][:digit:]_]*)\b(?![\.\(\'\"])
2828
29- - name : constant.numeric.integer.long. hexadecimal.python
29+ - name : constant.numeric.integer.hexadecimal.long .python
3030 match : \b(?i:(0x\h+)L)
3131
3232- name : constant.numeric.integer.hexadecimal.python
3333 match : \b(?i:(0x\h+))
3434
35- - name : constant.numeric.integer.long. binary.python
35+ - name : constant.numeric.integer.binary.long .python
3636 match : \b(?i:(0b[01]+)L)
3737
3838- name : constant.numeric.integer.binary.python
3939 match : \b(?i:(0b[01]+))
4040
41- - name : constant.numeric.integer.long. octal.python
41+ - name : constant.numeric.integer.octal.long .python
4242 match : \b(?i:(0[o]?[0-7]+)L)
4343
4444- name : constant.numeric.integer.octal.python
You can’t perform that action at this time.
0 commit comments