forked from aniani/vim
patch 9.0.1907: No support for liquidsoap filetypes
Problem: No support for liquidsoap filetypes Solution: Add liquidsoap filetype detection code closes: #13111 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Romain Beauxis <toots@rastageeks.org>
This commit is contained in:
committed by
Christian Brabandt
parent
92d9ee5f4c
commit
6b5efcdd8e
@@ -1181,6 +1181,9 @@ endif
|
||||
" SBCL implementation of Common Lisp
|
||||
au BufNewFile,BufRead sbclrc,.sbclrc setf lisp
|
||||
|
||||
" Liquidsoap
|
||||
au BufNewFile,BufRead *.liq setf liquidsoap
|
||||
|
||||
" Liquid
|
||||
au BufNewFile,BufRead *.liquid setf liquid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user