2022-08-06 17:56:48 +02:00
|
|
|
; From nvim-treesitter/nvim-treesitter
|
|
|
|
|
2021-12-15 18:03:02 +09:00
|
|
|
(fenced_code_block
|
2022-08-06 17:56:48 +02:00
|
|
|
(info_string
|
|
|
|
(language) @injection.language)
|
|
|
|
(code_fence_content) @injection.content (#set! injection.include-unnamed-children))
|
|
|
|
|
2022-12-22 19:21:02 -06:00
|
|
|
((html_block) @injection.content
|
|
|
|
(#set! injection.language "html")
|
|
|
|
(#set! injection.include-unnamed-children)
|
|
|
|
(#set! injection.combined))
|
2022-08-06 17:56:48 +02:00
|
|
|
|
2022-10-03 15:14:16 +01:00
|
|
|
((pipe_table_cell) @injection.content (#set! injection.language "markdown.inline") (#set! injection.include-unnamed-children))
|
|
|
|
|
2022-08-12 22:27:50 +08:00
|
|
|
((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))
|
2022-08-06 17:56:48 +02:00
|
|
|
|
|
|
|
((inline) @injection.content (#set! injection.language "markdown.inline") (#set! injection.include-unnamed-children))
|