From 65a17cc1f2b7cdd6a9d9609c67b88370d7520071 Mon Sep 17 00:00:00 2001 From: Josh Peak Date: Mon, 12 Mar 2018 11:53:21 +1100 Subject: [PATCH] Add yaml files to colourising filetypes --- after/syntax/yaml.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 after/syntax/yaml.vim diff --git a/after/syntax/yaml.vim b/after/syntax/yaml.vim new file mode 100644 index 0000000..d6ab73f --- /dev/null +++ b/after/syntax/yaml.vim @@ -0,0 +1 @@ +syn include syntax/css/vim-coloresque.vim