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:
Christian Clason
2022-04-20 08:35:22 +02:00
committed by GitHub
parent 245858460f
commit a391cd517b
3 changed files with 6 additions and 0 deletions

View File

@@ -343,6 +343,8 @@ local extension = {
l = "lex",
lhs = "lhaskell",
ll = "lifelines",
ly = "lilypond",
ily = "lilypond",
liquid = "liquid",
cl = "lisp",
L = "lisp",