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 bb959d0 commit 8bbfd91Copy full SHA for 8bbfd91
PythonImproved.YAML-tmLanguage
@@ -60,7 +60,7 @@ patterns:
60
name: constant.numeric.float.python
61
match: \b(?i:(\d+e[\-\+]?\d+))
62
63
-- name: constant.numeric.integer.long.decimal.python
+- name: constant.numeric.integer.decimal.long.python
64
match: \b(?i:([1-9]+[0-9]*|0)L)
65
66
- name: constant.numeric.integer.decimal.python
0 commit comments