Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15391041
D19273.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
509 B
Referenced Files
None
Subscribers
None
D19273.diff
View Options
diff --git a/src/applications/files/document/PhabricatorJupyterDocumentEngine.php b/src/applications/files/document/PhabricatorJupyterDocumentEngine.php
--- a/src/applications/files/document/PhabricatorJupyterDocumentEngine.php
+++ b/src/applications/files/document/PhabricatorJupyterDocumentEngine.php
@@ -196,7 +196,7 @@
$content = implode('', $content);
$content = PhabricatorSyntaxHighlighter::highlightWithLanguage(
- 'python',
+ 'py',
$content);
$outputs = array();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 7:56 AM (5 d, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7325778
Default Alt Text
D19273.diff (509 B)
Attached To
Mode
D19273: Make Jupyter notebooks use the fast builtin Python highlighter
Attached
Detach File
Event Timeline
Log In to Comment