Skip to content

Commit f290496

Browse files
committed
Added support for bitbake files
1 parent bc8a81d commit f290496

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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)
@@ -56,6 +56,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr
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)
5858
- [bicep](https://github.com/carlsmedstad/vim-bicep) (Syntax highlighting for bicep files)
59+
- [bitbake](https://github.com/kergoth/vim-bitbake) (Syntax highlighting for bb files)
5960
- [blade](https://github.com/jwalton512/vim-blade) (Blade syntax highlighting for blade and blade.php files)
6061
- [brewfile](https://github.com/bfontaine/Brewfile.vim)
6162
- [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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5551,3 +5551,10 @@ filetypes:
55515551
patterns:
55525552
- pattern: '*.bicep'
55535553
description: Microsoft Bicep
5554+
---
5555+
name: bitbake
5556+
remote: kergoth/vim-bitbake
5557+
filetypes:
5558+
- name: bitbake
5559+
extensions:
5560+
- bb

0 commit comments

Comments
 (0)