nvim-treesitter/queries/latex/injections.scm
2022-02-05 16:09:35 +01:00

22 lines
370 B
Scheme

[
(line_comment)
(block_comment)
(comment_environment)
] @comment
(pycode_environment
code: (source_code) @python
)
(minted_environment
(begin
language: (curly_group_text
(text) @language))
(source_code) @content)
((generic_environment
(begin
name: (curly_group_text
(text) @_env))) @c
(#any-of? @_env "asy" "asydef"))