Skip to content

Commit e8fb70b

Browse files
committed
YAML is a thing?
1 parent d03c7d4 commit e8fb70b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PythonImproved.YAML-tmLanguage

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)