Closed llllvvuu closed 1 year ago
Looks like nightly Neovim no longer tolerates unofficial ways of injecting.
See: https://tree-sitter.github.io/tree-sitter/syntax-highlighting#language-injection
@injection.include-children is key, otherwise none of the content will be highlighted as it is in user_input_content.
@injection.include-children
user_input_content
Looks good, thanks for the contribution
Looks like nightly Neovim no longer tolerates unofficial ways of injecting.
See: https://tree-sitter.github.io/tree-sitter/syntax-highlighting#language-injection
@injection.include-children
is key, otherwise none of the content will be highlighted as it is inuser_input_content
.