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.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index ef28fae..4cee74f 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -451,7 +451,10 @@ vis.ftdetect.filetypes = {
ext = { "%.xs$", "^%.xsin$", "^%.xsrc$" },
},
xml = {
- ext = { "%.dtd$", "%.plist$", "%.svg$", "%.xml$", "%.xsd$", "%.xsl$", "%.xslt$", "%.xul$" },
+ ext = {
+ "%.dtd$", "%.glif$", "%.plist$", "%.svg$", "%.xml$",
+ "%.xsd$", "%.xsl$", "%.xslt$", "%.xul$"
+ },
},
xtend = {
ext = {"%.xtend$" },