aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/filetype.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/filetype.lua')
-rw-r--r--lua/plugins/filetype.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index 074b7f2..fd8f3d3 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -331,7 +331,7 @@ vis.ftdetect.filetypes = {
ext = { "%.pony$" },
},
powershell = {
- ext = { "%.ps1$" },
+ ext = { "%.ps1$", "%.psm1$" },
},
prolog = {
ext = { "%.pl$", "%.pro$", "%.prolog$" },
@@ -481,6 +481,7 @@ vis.ftdetect.filetypes = {
"%.dtd$", "%.glif$", "%.plist$", "%.svg$", "%.xml$",
"%.xsd$", "%.xsl$", "%.xslt$", "%.xul$"
},
+ mime = { "text/xml" },
},
xtend = {
ext = {"%.xtend$" },