Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/markdown/injections.scm')
| -rw-r--r-- | runtime/queries/markdown/injections.scm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/runtime/queries/markdown/injections.scm b/runtime/queries/markdown/injections.scm index 80977459..e184db15 100644 --- a/runtime/queries/markdown/injections.scm +++ b/runtime/queries/markdown/injections.scm @@ -1,18 +1,11 @@ ; From nvim-treesitter/nvim-treesitter (fenced_code_block - (code_fence_content) @injection.shebang @injection.content - (#set! injection.include-unnamed-children)) - -(fenced_code_block (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) - (#set! injection.combined)) +((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)) |