diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-11-13 11:40:19 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-11-13 11:40:19 +0100 |
| commit | 3d3bacd8f64f7e11519711a8d348c5e99d9e2ee3 (patch) | |
| tree | e04234f42f6a006f259bce2ac2d2eac6348858dd /lua | |
| parent | d6b0d6e0e7898ab4fba974b9e0dc3e78b6252169 (diff) | |
| parent | 93f475cd110a56d55b4063f5d9c0cdfb6c5875e6 (diff) | |
| download | vis-3d3bacd8f64f7e11519711a8d348c5e99d9e2ee3.tar.gz vis-3d3bacd8f64f7e11519711a8d348c5e99d9e2ee3.tar.xz | |
Merge branch 'master' of https://github.com/ccao001/vis
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
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$" }, |
