mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
vim-patch:8.2.4790: lilypond filetype not recognized (#18174)
Problem: Lilypond filetype not recognized.
Solution: Add patterns for lilypond. (Doug Kearns)
c448e9c950
This commit is contained in:
@@ -343,6 +343,8 @@ local extension = {
|
||||
l = "lex",
|
||||
lhs = "lhaskell",
|
||||
ll = "lifelines",
|
||||
ly = "lilypond",
|
||||
ily = "lilypond",
|
||||
liquid = "liquid",
|
||||
cl = "lisp",
|
||||
L = "lisp",
|
||||
|
||||
Reference in New Issue
Block a user