aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/filetype.lua
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-11-13 11:40:19 +0100
committerMarc André Tanner <mat@brain-dump.org>2020-11-13 11:40:19 +0100
commit3d3bacd8f64f7e11519711a8d348c5e99d9e2ee3 (patch)
treee04234f42f6a006f259bce2ac2d2eac6348858dd /lua/plugins/filetype.lua
parentd6b0d6e0e7898ab4fba974b9e0dc3e78b6252169 (diff)
parent93f475cd110a56d55b4063f5d9c0cdfb6c5875e6 (diff)
downloadvis-3d3bacd8f64f7e11519711a8d348c5e99d9e2ee3.tar.gz
vis-3d3bacd8f64f7e11519711a8d348c5e99d9e2ee3.tar.xz
Merge branch 'master' of https://github.com/ccao001/vis
Diffstat (limited to 'lua/plugins/filetype.lua')
-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 d2574e5..84a0dd8 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$" },