Add raml syntax highlighting, closes #155

This commit is contained in:
Adam Stankiewicz
2016-09-11 13:38:46 +02:00
parent 98e021e969
commit 9b23910103
8 changed files with 263 additions and 0 deletions

View File

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