Skip to content

Commit 8bbfd91

Browse files
author
MattDMo
committed
Another constant.numeric.integer fix from #60
1 parent bb959d0 commit 8bbfd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonImproved.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ patterns:
6060
name: constant.numeric.float.python
6161
match: \b(?i:(\d+e[\-\+]?\d+))
6262

63-
- name: constant.numeric.integer.long.decimal.python
63+
- name: constant.numeric.integer.decimal.long.python
6464
match: \b(?i:([1-9]+[0-9]*|0)L)
6565

6666
- name: constant.numeric.integer.decimal.python

0 commit comments

Comments
 (0)