summaryrefslogtreecommitdiffstats
path: root/webapp/components/code_preview.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/components/code_preview.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/components/code_preview.jsx')
-rw-r--r--webapp/components/code_preview.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/code_preview.jsx b/webapp/components/code_preview.jsx
index 852b26e25..46782cd2d 100644
--- a/webapp/components/code_preview.jsx
+++ b/webapp/components/code_preview.jsx
@@ -4,7 +4,7 @@
import $ from 'jquery';
import React from 'react';
-import * as SyntaxHighlighting from 'utils/syntax_hightlighting.jsx';
+import * as SyntaxHighlighting from 'utils/syntax_highlighting.jsx';
import Constants from 'utils/constants.jsx';
import FileInfoPreview from './file_info_preview.jsx';