forked from aniani/vim
patch 9.0.1768: Runtime: no support for bicep files
Problem: Runtime: no support for bicep files Solution: Add filetype support for bicepparam closes: #12784 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Scott McKendry <scott.c.mckendry@gmail.com>
This commit is contained in:
committed by
Christian Brabandt
parent
d4376dc3eb
commit
2d0988ef93
@@ -245,7 +245,7 @@ au BufNewFile,BufRead *.bib setf bib
|
||||
au BufNewFile,BufRead *.bst setf bst
|
||||
|
||||
" Bicep
|
||||
au BufNewFile,BufRead *.bicep setf bicep
|
||||
au BufNewFile,BufRead *.bicep,*.bicepparam setf bicep
|
||||
|
||||
" BIND configuration
|
||||
" sudoedit uses namedXXXX.conf
|
||||
|
||||
Reference in New Issue
Block a user