PLT-3487 Preview uploaded txt file (#4145)

* fix filename

* Add 'txt' to hilighted language
This commit is contained in:
Yusuke Nemoto
2016-10-05 22:34:03 +09:00
committed by enahum
parent cd5bf7cb5a
commit 26099d89e9
4 changed files with 4 additions and 3 deletions

View File

@@ -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';