aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorErlend Fagerheim <erlendf80@gmail.com>2018-05-16 16:50:57 +0200
committerErlend Fagerheim <erlendf80@gmail.com>2018-05-16 16:50:57 +0200
commitd9968c4266f4f841b7a18b8e0d05d37cb8721abe (patch)
tree72f08680f8c7507b337b4f507699c7d24a40481e /lua
parent24021bc71d5575b3e53c94ad6755085e56bca5fc (diff)
downloadvis-d9968c4266f4f841b7a18b8e0d05d37cb8721abe.tar.gz
vis-d9968c4266f4f841b7a18b8e0d05d37cb8721abe.tar.xz
add plist (xml) filetype
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 c912dc7..7748b0d 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -411,7 +411,7 @@ vis.ftdetect.filetypes = {
ext = { "%.xs$", "^%.xsin$", "^%.xsrc$" },
},
xml = {
- ext = { "%.dtd$", "%.svg$", "%.xml$", "%.xsd$", "%.xsl$", "%.xslt$", "%.xul$" },
+ ext = { "%.dtd$", "%.plist$", "%.svg$", "%.xml$", "%.xsd$", "%.xsl$", "%.xslt$", "%.xul$" },
},
xtend = {
ext = {"%.xtend$" },