mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: add @combined to markdown html
This commit is contained in:
parent
bff7115bf8
commit
4fe6b4c07f
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
(#set-lang-from-info-string! @_lang)
|
||||
(#exclude_children! @content))
|
||||
|
||||
((html_block) @html)
|
||||
((html_block) @html @combined)
|
||||
|
||||
((minus_metadata) @yaml (#offset! @yaml 1 0 -1 0))
|
||||
((plus_metadata) @toml (#offset! @toml 1 0 -1 0))
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
((html_tag) @html)
|
||||
((html_tag) @html @combined)
|
||||
((latex_block) @latex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue