chroma icon indicating copy to clipboard operation
chroma copied to clipboard

Add support for bitbake language

Open FederAndInk opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

What is the missing lexer?

bitbake/yocto lexer

Links to existing syntax definitions

  • https://github.com/kergoth/vim-bitbake/blob/master/syntax/bitbake.vim
  • https://github.com/tree-sitter-grammars/tree-sitter-bitbake
  • https://github.com/sijk/pygments-bitbake

FederAndInk avatar May 29 '24 14:05 FederAndInk

bitbake is a kind of mix between shell and python It uses the following extensions: .bb .bbappend .bbclass and .conf

FederAndInk avatar May 29 '24 14:05 FederAndInk