diff options
| author | Bruno-Sosa <Bruno-Sosa@users.noreply.github.com> | 2017-01-14 21:50:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-14 21:50:20 +0100 |
| commit | dcfdcf97c8bce728a1bcc0a6caafa47f345343d9 (patch) | |
| tree | 8e03555ff4ac488b682d4f1eb7bc385daf61fe6b | |
| parent | 83cb7b12bdcd07e8af0cb522d406438e2a14a3f7 (diff) | |
fix file YAML detection
| -rw-r--r-- | rc/base/yaml.kak | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
