Add previews for .txt files

This commit is contained in:
Michael Jackson 2019-08-02 07:59:26 -07:00
parent f1e253d732
commit 746a6fddf5
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ const extLanguages = {
mjs: 'javascript',
tsbuildinfo: 'json',
tsx: 'typescript',
txt: 'text',
vue: 'html'
};