nvim-treesitter/queries/latex/injections.scm

15 lines
244 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)