mirror of
https://github.com/neovim/neovim.git
synced 2026-06-06 03:54:21 +00:00
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
15e988810e
Co-authored-by: Antonin Godard <antonin@godard.cc>