mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 20:37:44 +03:00
Update treesitter markdown (#4078)
* Update treesitter markdown * Update inline and add table injections
This commit is contained in:
parent
9d1793c45b
commit
18f6ec7a8e
2 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
((html_block) @injection.content (#set! injection.language "html") (#set! injection.include-unnamed-children))
|
||||
|
||||
((pipe_table_cell) @injection.content (#set! injection.language "markdown.inline") (#set! injection.include-unnamed-children))
|
||||
|
||||
((minus_metadata) @injection.content (#set! injection.language "yaml") (#set! injection.include-unnamed-children))
|
||||
((plus_metadata) @injection.content (#set! injection.language "toml") (#set! injection.include-unnamed-children))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue