Skip to content

Commit a8abe43

Browse files
author
Matt Morrison
committed
yet another bugfix
1 parent c498cb5 commit a8abe43

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

PythonImproved.tmLanguage

+16-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>author</key>
66
<string>Matt Morrison @MattDMo [email protected]</string>
77
<key>bundleUUID</key>
8-
<string>11B0273F-0284-4483-B17B-4B8D0A9294CC</string>
8+
<string>0F24FCF1-6543-4CC6-8B33-2EAED401FE3A</string>
99
<key>comment</key>
1010
<string>To make PythonImproved your default Python syntax, open a .py file and select View|Syntax|Open all with current extension as...|PythonImproved.</string>
1111
<key>fileTypes</key>
@@ -1029,6 +1029,19 @@
10291029
<key>include</key>
10301030
<string>#dotted_name</string>
10311031
</dict>
1032+
<dict>
1033+
<key>begin</key>
1034+
<string>(\()</string>
1035+
<key>end</key>
1036+
<string>(\))</string>
1037+
<key>patterns</key>
1038+
<array>
1039+
<dict>
1040+
<key>include</key>
1041+
<string>$self</string>
1042+
</dict>
1043+
</array>
1044+
</dict>
10321045
<dict>
10331046
<key>captures</key>
10341047
<dict>
@@ -1049,7 +1062,7 @@
10491062
</dict>
10501063
</dict>
10511064
<key>match</key>
1052-
<string>\b(\[)(\s*(\]))\b</string>
1065+
<string>(\[)(\s*(\]))\b</string>
10531066
</dict>
10541067
<dict>
10551068
<key>begin</key>
@@ -3284,6 +3297,6 @@
32843297
<key>scopeName</key>
32853298
<string>source.python</string>
32863299
<key>uuid</key>
3287-
<string>0F24FCF1-6543-4CC6-8B33-2EAED401FE3A</string>
3300+
<string>11B0273F-0284-4483-B17B-4B8D0A9294CC</string>
32883301
</dict>
32893302
</plist>

0 commit comments

Comments
 (0)