2022-08-06 17:56:48 +02:00
|
|
|
; From nvim-treesitter/nvim-treesitter
|
|
|
|
|
2021-12-15 10:03:02 +01: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))
|
|
|
|
|
|
|
|
((html_block) @injection.content (#set! injection.language "html") (#set! injection.include-unnamed-children))
|
|
|
|
|
2022-08-12 16:27:50 +02: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))
|