summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/bitbake.vim
AgeCommit message (Collapse)AuthorFiles
2026-04-16vim-patch:2041478: runtime(bitbake): support forward-slashes in bitbake varflagszeertzjq1
Enable syntax highlighting for forward-slashes in Bitbake variables with varflags. Bitbake allows for forward-slashes in both the variable name and their potential varflags. E.g. the following should match: FOO_BAR[baz] = "foobar" FOO_BAR_foo/bar[baz] = "foobar" FOO_BAR_foo/bar[baz/bazzer] = "foobar" Also allow plus-signs in variable names, to be in line with normal variable names. related: vim/vim#19983 https://github.com/vim/vim/commit/2041478e2a4f58269847551f4a9e0206364ae121 Co-authored-by: Martin Schwan <m.schwan@phytec.de>
2026-04-08vim-patch:15e9888: runtime(bitbake): Update syntax scriptzeertzjq1
1) add syntax for include_all The include_all directive was introduced in [1]. It uses the same syntax as include or require, taking one or more paths as argument. 2) add syntax for inherit_defer The inherit_defer directive was introduced in [2]. It uses the same syntax as inherit, taking one or more class name as argument. 3) add syntax for addpylib The addpylib directive was introduced in [3]. It uses a syntax similar to addtask or addhandler, taking a directory and python namespace as argument. [1]: https://git.openembedded.org/bitbake/commit/?id=d01d5593e7829ac60f37bc23cb87dc6917026471 [2]: https://git.openembedded.org/bitbake/commit/?id=5c2e840eafeba1f0f754c226b87bfb674f7bea29 [3]: https://git.openembedded.org/bitbake/commit/?id=afb8478d3853f6edf3669b93588314627d617d6b https://github.com/vim/vim/commit/15e988810e7fcf56f757793f750ade47816d76b7 Co-authored-by: Antonin Godard <antonin@godard.cc>
2025-10-14vim-patch:5fe4faa: runtime(bitbake): fix multiline Python function parameter ↵zeertzjq1
syntax (#36173) Fix syntax highlighting for def-style Python functions, with their parameters spanning multiple lines. E.g. the following should match as valid Python code in Bitbake recipes: def myFunction(one, two, \ three, four): pass For this to work, use the prefix modifier "\_" before the wildcard ".", to also match newline characters. closes: vim/vim#18565 https://github.com/vim/vim/commit/5fe4faa711b5a4736529c94ace306de17d7a20de Co-authored-by: Martin Schwan <m.schwan@phytec.de>
2022-07-26vim-patch:b529cfbd04c0 (#19501)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/b529cfbd04c02e31cfa88f2c8d88b5ff532d4f7d