aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/yaml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftdetect/yaml.vim')
-rw-r--r--vim/ftdetect/yaml.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/ftdetect/yaml.vim b/vim/ftdetect/yaml.vim
new file mode 100644
index 00000000..3bf32b53
--- /dev/null
+++ b/vim/ftdetect/yaml.vim
@@ -0,0 +1,4 @@
+" YAML files
+autocmd BufNewFile,BufRead
+ \ *.yaml
+ \ setfiletype yaml