Languages can be injected by providing a query in the configured query file with the language's name as a capture (e.g. @python, @java.)
Expected behavior
Additionally, language injection should be possible in the way described in the Tree-sitter docs.
However, I couldn't find a real spec on how these injections should behave.
Current behavior
Languages can be injected by providing a query in the configured query file with the language's name as a capture (e.g.
@python
,@java
.)Expected behavior
Additionally, language injection should be possible in the way described in the Tree-sitter docs. However, I couldn't find a real spec on how these injections should behave.