From 93f475cd110a56d55b4063f5d9c0cdfb6c5875e6 Mon Sep 17 00:00:00 2001 From: Carla Cao Date: Thu, 12 Nov 2020 01:24:59 -0500 Subject: lua: fix typo in lilypond file extension There is no .lily file but there is a .ily file in lilypond for stylesheets. They are like css for lilypond. See here: http://lilypond.org/doc/v2.18/Documentation/learning/style-sheets --- lua/plugins/filetype.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 3d3f003..22da071 100644 --- 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$" }, -- cgit v1.2.3