Skip to content

Commit d3489b3

Browse files
author
MattDMo
committed
Modified IPython In/Out to have cell #s larger than 9...
1 parent ed59135 commit d3489b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PythonImproved.tmLanguage

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
<array>
3535
<dict>
3636
<key>match</key>
37-
<string>(^In \[\d\]\:)</string>
37+
<string>(^In \[\d+\]\:)</string>
3838
<key>name</key>
3939
<string>support.ipython.in</string>
4040
</dict>
4141
<dict>
4242
<key>match</key>
43-
<string>(^Out\[\d\]\:)</string>
43+
<string>(^Out\[\d+\]\:)</string>
4444
<key>name</key>
4545
<string>support.ipython.out</string>
4646
</dict>

0 commit comments

Comments
 (0)