Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2015-08-27 22:37:14 +0300
committerTom Needham <needham.thomas@gmail.com>2015-08-27 22:37:14 +0300
commit6b700544a59e6eca69fb35889f746d4bfef88f19 (patch)
tree4cdeed2cbc1f57739ef227a894db27685175823b /js
parent833c2b50fa93f5227350180b28c84888b4a0fe7e (diff)
Add yaml file support from #89
Diffstat (limited to 'js')
-rw-r--r--js/editor.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/editor.js b/js/editor.js
index abfa03b..6a54ae0 100644
--- a/js/editor.js
+++ b/js/editor.js
@@ -218,7 +218,8 @@ var Files_Texteditor = {
'application/x-php',
'application/javascript',
'application/x-pearl',
- 'application/x-text'
+ 'application/x-text',
+ 'application/yaml'
);
_self = this;