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 ed59135 commit d3489b3Copy full SHA for d3489b3
PythonImproved.tmLanguage
@@ -34,13 +34,13 @@
34
<array>
35
<dict>
36
<key>match</key>
37
- <string>(^In \[\d\]\:)</string>
+ <string>(^In \[\d+\]\:)</string>
38
<key>name</key>
39
<string>support.ipython.in</string>
40
</dict>
41
42
43
- <string>(^Out\[\d\]\:)</string>
+ <string>(^Out\[\d+\]\:)</string>
44
45
<string>support.ipython.out</string>
46
0 commit comments