Skip to content

Commit

Permalink
Add .yml as a YAML file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
roguh committed Feb 28, 2018
1 parent 20b0893 commit abbdb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ vis.ftdetect.filetypes = {
ext = {"%.xtend$" },
},
yaml = {
ext = { "%.yaml$" },
ext = { "%.yaml$", "%.yml$" },
mime = { "text/x-yaml" },
},
}
Expand Down

0 comments on commit abbdb10

Please sign in to comment.