From 17ad2179cd3be0dd53d2b42004b7c9c8dc0e380d Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 18 Mar 2015 10:55:40 +0100 Subject: [PATCH] eyaml should have same syntax highlighting as yaml --- .vim/ftdetect/eyaml.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 .vim/ftdetect/eyaml.vim diff --git a/.vim/ftdetect/eyaml.vim b/.vim/ftdetect/eyaml.vim new file mode 100644 index 0000000..0419cd5 --- /dev/null +++ b/.vim/ftdetect/eyaml.vim @@ -0,0 +1 @@ +autocmd BufWinEnter *.{eyaml} silent setf yaml