mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
injections(latex): add support for minted language injection
This commit is contained in:
parent
11e7ee1d91
commit
31e33b0e66
1 changed files with 6 additions and 0 deletions
|
|
@ -7,3 +7,9 @@
|
||||||
(pycode_environment
|
(pycode_environment
|
||||||
code: (source_code) @python
|
code: (source_code) @python
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(minted_environment
|
||||||
|
(begin
|
||||||
|
language: (curly_group_text
|
||||||
|
(text) @language))
|
||||||
|
(source_code) @content)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue