Skip to content

Commit 55eed00

Browse files
authored
1 parent db3a87a commit 55eed00

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A collection of language packs for Vim.
1111
> One to rule them all, one to find them, one to bring them all and in the darkness bind them.
1212
1313
- It **won't affect your startup time**, as scripts are loaded only on demand\*.
14-
- It **installs and updates 120+ times faster** than the <!--Package Count-->598<!--/Package Count--> packages it consists of.
14+
- It **installs and updates 120+ times faster** than the <!--Package Count-->599<!--/Package Count--> packages it consists of.
1515
- It is also more secure (scripts loaded for every filetype are generated by vim-polyglot)
1616
- Best syntax and indentation support (no other features). Hand-selected language packs.
1717
- Automatically detects indentation (includes performance-optimized version of [vim-sleuth](https://github.com/tpope/vim-sleuth), can be disabled)
@@ -55,6 +55,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr
5555
- [arduino](https://github.com/sudar/vim-arduino-syntax) (Processing syntax highlighting for pde and ino files)
5656
- [asciidoc](https://github.com/asciidoc/vim-asciidoc) (AsciiDoc syntax highlighting for asciidoc, adoc and asc files)
5757
- [autohotkey](https://github.com/hnamikaw/vim-autohotkey) (AutoHotkey syntax highlighting for ahk and ahkl files)
58+
- [bicep](https://github.com/carlsmedstad/vim-bicep) (Syntax highlighting for bicep files)
5859
- [blade](https://github.com/jwalton512/vim-blade) (Blade syntax highlighting for blade and blade.php files)
5960
- [brewfile](https://github.com/bfontaine/Brewfile.vim)
6061
- [c/c++](https://github.com/vim-jp/vim-cpp) (C++ and C syntax highlighting for cpp, c++, cc, cp, cxx and 18 more files)

packages.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5552,3 +5552,11 @@ name: zinit
55525552
remote: zdharma-continuum/zinit-vim-syntax@main
55535553
# just adds to zsh filetype
55545554
filetypes: []
5555+
---
5556+
name: bicep
5557+
remote: carlsmedstad/vim-bicep
5558+
filetypes:
5559+
- name: bicep
5560+
patterns:
5561+
- pattern: '*.bicep'
5562+
description: Microsoft Bicep

tests/filetypes.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ call TestFiletype('nftables')
646646
call TestFiletype('openscad')
647647
call TestFiletype('mermaid')
648648
call TestFiletype('org')
649+
call TestFiletype('bicep')
649650

650651
" DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE
651652

0 commit comments

Comments
 (0)