From 60722a31263394498e90aa369e0803f70d2fcdb5 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 23 Sep 2020 15:52:07 -0700 Subject: [PATCH] Remove Long literals. --- Python/Python.tmLanguage | 21 --------------------- 1 file changed, 21 deletions(-) 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)