forked from aniani/vim
patch 9.1.0902: filetype: Conda configuration files are not recognized
Problem: filetype: Conda configuration files are not recognized
Solution: detect '.condarc' and 'condarc' files as yaml filetype.
(zeertzjq)
closes: #16162
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
b534e80008
commit
876de275cb
@@ -452,6 +452,9 @@ au BufNewFile,BufRead .clang-format setf yaml
|
||||
" Clang-tidy
|
||||
au BufNewFile,BufRead .clang-tidy setf yaml
|
||||
|
||||
" Conda configuration file
|
||||
au BufNewFile,BufRead .condarc,condarc setf yaml
|
||||
|
||||
" Matplotlib
|
||||
au BufNewFile,BufRead *.mplstyle,matplotlibrc setf yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user