Skip to content

Commit

Permalink
feat: add support for the view language
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Sep 4, 2024
1 parent 57359b3 commit 151ca04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/common/file-uploader/file-uploader.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ angular.module('doubtfire.common.file-uploader', ["ngFileUpload"])
extensions: ['pas', 'cpp', 'c', 'cs', 'csv', 'h', 'hpp', 'java', 'py', 'js', 'html', 'coffee', 'rb', 'css',
'scss', 'yaml', 'yml', 'xml', 'json', 'ts', 'r', 'rmd', 'rnw', 'rhtml', 'rpres', 'tex',
'vb', 'sql', 'txt', 'md', 'jack', 'hack', 'asm', 'hdl', 'tst', 'out', 'cmp', 'vm', 'sh', 'bat',
'dat', 'ipynb', 'pml']
'dat', 'ipynb', 'pml', 'vue']
icon: 'fa-file-code-o'
name: 'code'
image:
Expand Down

0 comments on commit 151ca04

Please sign in to comment.