mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
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:
@@ -592,6 +592,7 @@ local extension = {
|
||||
ly = 'lilypond',
|
||||
ily = 'lilypond',
|
||||
liquid = 'liquid',
|
||||
liq = 'liquidsoap',
|
||||
cl = 'lisp',
|
||||
L = 'lisp',
|
||||
lisp = 'lisp',
|
||||
|
||||
Reference in New Issue
Block a user