aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins')
-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 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$" },