vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 2efd2a3bd85a7077ab072df54aeb55f371c2b24a parent db51ade48a12a8ba05164dade5e55d00e7554b09 Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 13 Nov 2020 11:40:19 +0100 Merge branch 'master' of https://github.com/ccao001/vis 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 @@ -227,7 +227,7 @@ vis.ftdetect.filetypes = { ext = { "%.less$" }, }, lilypond = { - ext = { "%.lily$", "%.ly$" }, + ext = { "%.ily$", "%.ly$" }, }, lisp = { ext = { "%.cl$", "%.el$", "%.lisp$", "%.lsp$" },