vim-patch:9.0.1907: No support for liquidsoap filetypes

Problem:  No support for liquidsoap filetypes
Solution: Add liquidsoap filetype detection code

closes: vim/vim#13111

6b5efcdd8e

Co-authored-by: Romain Beauxis <toots@rastageeks.org>
This commit is contained in:
Christian Clason
2023-09-17 19:18:21 +02:00
parent 71d9b7d15c
commit ed45aa835c
2 changed files with 2 additions and 0 deletions

View File

@@ -592,6 +592,7 @@ local extension = {
ly = 'lilypond',
ily = 'lilypond',
liquid = 'liquid',
liq = 'liquidsoap',
cl = 'lisp',
L = 'lisp',
lisp = 'lisp',