vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 5c9915aaf77d18040135cfea27f7abc3b761ba10
parent b0f6bf9833997f6bee9bb2497db0cb104f774399
Author: Romain Hervier <romain@sansfontieres.com>
Date:   Tue, 28 Dec 2021 10:13:34 +0100

filetype: add .glif to xml

Diffstat:
Mlua/plugins/filetype.lua | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 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$" },