Skip to content

Commit 41cd0fc

Browse files
committed
Added support for bitbake files
1 parent 38282d5 commit 41cd0fc

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-->599<!--/Package Count--> packages it consists of.
14+
- It **installs and updates 120+ times faster** than the <!--Package Count-->600<!--/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 bitbake 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
@@ -5560,3 +5560,10 @@ filetypes:
55605560
patterns:
55615561
- pattern: '*.bicep'
55625562
description: Microsoft Bicep
5563+
---
5564+
name: bitbake
5565+
remote: kergoth/vim-bitbake
5566+
filetypes:
5567+
- name: bitbake
5568+
extensions:
5569+
- bb

0 commit comments

Comments
 (0)