aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2018-10-12 15:39:36 -0400
committerGitHub <noreply@github.com>2018-10-12 15:39:36 -0400
commit4c780d663f6ea8ab350e95a707bb98a96c4cc701 (patch)
treeb4e1bd5fe0604fed6f8b4281c39666d5cbb60b9e /runtime/filetype.vim
parentb26411bacdebf2e483ce6bd670cfb573555156ec (diff)
parentb5e3fec621947ec681d1e7d9bc48eac19cde746d (diff)
downloadrneovim-4c780d663f6ea8ab350e95a707bb98a96c4cc701.tar.gz
rneovim-4c780d663f6ea8ab350e95a707bb98a96c4cc701.tar.bz2
rneovim-4c780d663f6ea8ab350e95a707bb98a96c4cc701.zip
Merge pull request #9114 from nono/vim-2f0584910c0e
vim-patch:2f0584910c0e
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index f8a29fa2b3..3c158d9012 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1877,8 +1877,8 @@ au BufNewFile,BufRead *.yy,*.yxx,*.y++ setf yacc
" Yacc or racc
au BufNewFile,BufRead *.y call dist#ft#FTy()
-" Yaml
-au BufNewFile,BufRead *.yaml,*.yml setf yaml
+" Yaml or Raml
+au BufNewFile,BufRead *.yaml,*.yml,*.raml setf yaml
" yum conf (close enough to dosini)
au BufNewFile,BufRead */etc/yum.conf setf dosini