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 b1a9a5e commit 6bd6a9aCopy full SHA for 6bd6a9a
PythonImproved.tmLanguage
@@ -33,14 +33,30 @@
33
<key>patterns</key>
34
<array>
35
<dict>
36
+ <key>captures</key>
37
+ <dict>
38
+ <key>2</key>
39
40
+ <key>name</key>
41
+ <string>support.ipython.cell-number</string>
42
+ </dict>
43
44
<key>match</key>
- <string>(^In \[\d+\]\:)</string>
45
+ <string>(^In \[(\d+)\]\:)</string>
46
<key>name</key>
47
<string>support.ipython.in</string>
48
</dict>
49
50
51
52
53
54
55
56
57
58
- <string>(^Out\[\d+\]\:)</string>
59
+ <string>(^Out\[(\d+)\]\:)</string>
60
61
<string>support.ipython.out</string>
62
0 commit comments