alecthomas / chroma

A general purpose syntax highlighter in pure Go
MIT License
4.33k stars 395 forks source link

Add support for bitbake language #969

Open FederAndInk opened 4 months ago

FederAndInk commented 4 months ago

Is there an existing issue for this?

What is the missing lexer?

bitbake/yocto lexer

Links to existing syntax definitions

FederAndInk commented 4 months ago

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