diff --git a/Python/Python.tmLanguage b/Python/Python.tmLanguage
index dad5a38..d536b76 100644
--- a/Python/Python.tmLanguage
+++ b/Python/Python.tmLanguage
@@ -49,13 +49,6 @@
comment.line.number-sign.python
-
- match
- \b(?i:(0x\h*)L)
- name
- constant.numeric.integer.long.hexadecimal.python
-
-
match
\b(?i:(0x\h*))
@@ -63,13 +56,6 @@
constant.numeric.integer.hexadecimal.python
-
- match
- \b(?i:(0[0-7]+)L)
- name
- constant.numeric.integer.long.octal.python
-
-
match
\b(0[0-7]+)
@@ -105,13 +91,6 @@
constant.numeric.float.python
-
- match
- \b(?i:([1-9]+[0-9]*|0)L)
- name
- constant.numeric.integer.long.decimal.python
-
-
match
\b([1-9]+[0-9_]*|0)