summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorScott McKendry <scott.c.mckendry@gmail.com>2023-08-20 19:17:42 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-20 19:17:42 +0200
commit2d0988ef93c6e8e59381c9cd123efbc2cd1faf92 (patch)
tree1921d2eb7cc0e8b9617ba1eb0d8efcf44d53a4a3 /runtime
parentd4376dc3ebea91abcb4d9ef9963ef5b968048b78 (diff)
patch 9.0.1768: Runtime: no support for bicep filesv9.0.1768
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>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 84c1fd1f2a..16d4a131fd 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -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