summaryrefslogtreecommitdiffstats
path: root/webapp/utils/markdown.jsx
diff options
context:
space:
mode:
authorYusuke Nemoto <stooner.hoe@gmail.com>2016-10-05 22:34:03 +0900
committerenahum <nahumhbl@gmail.com>2016-10-05 10:34:03 -0300
commit26099d89e9cc787a1c077a89a153ffbb2ea21254 (patch)
treeb27218ee2f39e113375760e3494bea78bd6293c9 /webapp/utils/markdown.jsx
parentcd5bf7cb5a328f9c267abfd4083d395fbe559a64 (diff)
downloadchat-26099d89e9cc787a1c077a89a153ffbb2ea21254.tar.gz
chat-26099d89e9cc787a1c077a89a153ffbb2ea21254.tar.bz2
chat-26099d89e9cc787a1c077a89a153ffbb2ea21254.zip
PLT-3487 Preview uploaded txt file (#4145)
* fix filename * Add 'txt' to hilighted language
Diffstat (limited to 'webapp/utils/markdown.jsx')
-rw-r--r--webapp/utils/markdown.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/utils/markdown.jsx b/webapp/utils/markdown.jsx
index 9c2eb47aa..7f597eb3d 100644
--- a/webapp/utils/markdown.jsx
+++ b/webapp/utils/markdown.jsx
@@ -2,7 +2,7 @@
// See License.txt for license information.
import * as TextFormatting from './text_formatting.jsx';
-import * as SyntaxHighlighting from './syntax_hightlighting.jsx';
+import * as SyntaxHighlighting from './syntax_highlighting.jsx';
import marked from 'marked';
import katex from 'katex';