Skip to content

Commit 225fa4c

Browse files
asottilevpetrovykh
authored andcommitted
constant.numeric.dec.python only has 2 capture groups
1 parent b4b2e6e commit 225fa4c

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

Diff for: grammars/MagicPython.cson

-2
Original file line numberDiff line numberDiff line change
@@ -719,8 +719,6 @@ repository:
719719
name: "storage.type.imaginary.number.python"
720720
"2":
721721
name: "invalid.illegal.dec.python"
722-
"3":
723-
name: "invalid.illegal.dec.python"
724722
"number-hex":
725723
name: "constant.numeric.hex.python"
726724
match: '''

Diff for: grammars/MagicPython.tmLanguage

-5
Original file line numberDiff line numberDiff line change
@@ -1092,11 +1092,6 @@ E.g. "arr[idx](args)"
10921092
<key>name</key>
10931093
<string>invalid.illegal.dec.python</string>
10941094
</dict>
1095-
<key>3</key>
1096-
<dict>
1097-
<key>name</key>
1098-
<string>invalid.illegal.dec.python</string>
1099-
</dict>
11001095
</dict>
11011096
</dict>
11021097
<key>number-hex</key>

Diff for: grammars/src/MagicPython.syntax.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ repository:
650650
captures:
651651
'1': {name: storage.type.imaginary.number.python}
652652
'2': {name: invalid.illegal.dec.python}
653-
'3': {name: invalid.illegal.dec.python}
654653

655654
number-hex:
656655
name: constant.numeric.hex.python

0 commit comments

Comments
 (0)