vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 11c5a65f9eb223e851ef33186ffd02cbf68cb683 parent ffa9d6e8274c5685140ed18abe4a1ef88e7924a8 Author: Erlend Fagerheim <erlendf80@gmail.com> Date: Wed, 16 May 2018 16:50:57 +0200 add plist (xml) filetype Diffstat:
| M | lua/plugins/filetype.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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$" },