aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/filetype.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index 28ac101..5e8c8ee 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -411,7 +411,7 @@ vis.ftdetect.filetypes = {
ext = {"%.xtend$" },
},
yaml = {
- ext = { "%.yaml$" },
+ ext = { "%.yaml$", "%.yml$" },
mime = { "text/x-yaml" },
},
}