mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +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', |   ly = 'lilypond', | ||||||
|   ily = 'lilypond', |   ily = 'lilypond', | ||||||
|   liquid = 'liquid', |   liquid = 'liquid', | ||||||
|  |   liq = 'liquidsoap', | ||||||
|   cl = 'lisp', |   cl = 'lisp', | ||||||
|   L = 'lisp', |   L = 'lisp', | ||||||
|   lisp = 'lisp', |   lisp = 'lisp', | ||||||
|   | |||||||
| @@ -362,6 +362,7 @@ func s:GetFilenameChecks() abort | |||||||
|     \ 'lilo': ['lilo.conf', 'lilo.conf-file'], |     \ 'lilo': ['lilo.conf', 'lilo.conf-file'], | ||||||
|     \ 'lilypond': ['file.ly', 'file.ily'], |     \ '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'], |     \ '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'], |     \ 'liquid': ['file.liquid'], | ||||||
|     \ 'lisp': ['file.lsp', 'file.lisp', 'file.asd', 'file.el', 'file.cl', '.emacs', '.sawfishrc', 'sbclrc', '.sbclrc'], |     \ 'lisp': ['file.lsp', 'file.lisp', 'file.asd', 'file.el', 'file.cl', '.emacs', '.sawfishrc', 'sbclrc', '.sbclrc'], | ||||||
|     \ 'lite': ['file.lite', 'file.lt'], |     \ 'lite': ['file.lite', 'file.lt'], | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Clason
					Christian Clason