From dcfdcf97c8bce728a1bcc0a6caafa47f345343d9 Mon Sep 17 00:00:00 2001 From: Bruno-Sosa Date: Sat, 14 Jan 2017 21:50:20 +0100 Subject: [PATCH] fix file YAML detection --- rc/base/yaml.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/base/yaml.kak b/rc/base/yaml.kak index a1854134..d4773a8d 100644 --- a/rc/base/yaml.kak +++ b/rc/base/yaml.kak @@ -4,7 +4,7 @@ # Detection # ‾‾‾‾‾‾‾‾‾ -hook global BufCreate .*[.](yaml) %{ +hook global BufCreate .*[.](ya?ml) %{ set buffer filetype yaml }