mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +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',
|
||||
|
@ -362,6 +362,7 @@ func s:GetFilenameChecks() abort
|
||||
\ 'lilo': ['lilo.conf', 'lilo.conf-file'],
|
||||
\ 'lilypond': ['file.ly', 'file.ily'],
|
||||
\ 'limits': ['/etc/limits', '/etc/anylimits.conf', '/etc/anylimits.d/file.conf', '/etc/limits.conf', '/etc/limits.d/file.conf', '/etc/some-limits.conf', '/etc/some-limits.d/file.conf', 'any/etc/limits', 'any/etc/limits.conf', 'any/etc/limits.d/file.conf', 'any/etc/some-limits.conf', 'any/etc/some-limits.d/file.conf'],
|
||||
\ 'liquidsoap': ['file.liq'],
|
||||
\ 'liquid': ['file.liquid'],
|
||||
\ 'lisp': ['file.lsp', 'file.lisp', 'file.asd', 'file.el', 'file.cl', '.emacs', '.sawfishrc', 'sbclrc', '.sbclrc'],
|
||||
\ 'lite': ['file.lite', 'file.lt'],
|
||||
|
Reference in New Issue
Block a user