bat icon indicating copy to clipboard operation
bat copied to clipboard

Support bitbake files

Open laoshaw opened this issue 2 years ago • 1 comments

bitbake is used in embedded linux field, markdown code block and vim supported it well, embedded linux is a niche field but in this field yocto/bitbake is quite dominant. Please considering add its core format: bitbake files (*.bb, *.bbclass, *.bbappend all the same format)

the official syntax is below, however vim or sublime2 existing syntax file might be helpful.

https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-metadata.html

Syntax:

https://github.com/kergoth/vim-bitbake/tree/master/syntax

Guideline Criteria:

https://packagecontrol.io/packages/Bitbake%20Syntax

laoshaw avatar Mar 10 '22 15:03 laoshaw

The syntax doesn't seem to meet our current criteria for inclusion. Note that there is an easy way to customize your version of bat: https://github.com/sharkdp/bat#adding-new-syntaxes--language-definitions

sharkdp avatar May 22 '22 09:05 sharkdp