summaryrefslogtreecommitdiffstats
path: root/ftdetect/polyglot.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r--ftdetect/polyglot.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index cc1ade60..d036f661 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -708,6 +708,13 @@ autocmd BufRead,BufNewFile *.qml setfiletype qml
endif
+" ftdetect/raml.vim
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'raml') == -1
+
+au BufRead,BufNewFile *.raml set ft=raml
+
+endif
+
" ftdetect/ruby.vim
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ruby') == -1