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 945bff9..54a1d4d 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -301,7 +301,7 @@ vis.ftdetect.filetypes = {
mime = { "text/x-python" },
},
rc = {
- ext = { "%.rc$", "%.es$", "%.xs" },
+ ext = { "%.rc$", "%.es$" },
},
rebol = {
ext = { "%.r$", "%.reb$" },
@@ -398,6 +398,9 @@ vis.ftdetect.filetypes = {
wsf = {
ext = { "%.wsf$" },
},
+ xs = {
+ ext = { "%.xs$", "%.xsin", "%.xsrc" },
+ },
xml = {
ext = { "%.dtd$", "%.svg$", "%.xml$", "%.xsd$", "%.xsl$", "%.xslt$", "%.xul$" },
},