summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-30 20:27:52 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-30 20:27:52 +0100
commit2f0584910c0ea93966dfa7b3b0272dfb16ea6f91 (patch)
treeeb505013844d366dcfb14a70ea9ab464e5abafb7 /runtime/filetype.vim
parent46359e198f6d6884dc3d3c4a3e46625f1b2a2ad2 (diff)
Update runtime files
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index ed1ef278f1..67ea876432 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1,7 +1,7 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2017 Nov 21
+" Last Change: 2017 Nov 23
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -1878,8 +1878,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