feat: markdown table highlights and inline

This commit is contained in:
Folke Lemaitre 2022-10-29 13:00:07 +02:00 committed by Christian Clason
parent 287ffdccc1
commit 9ada5f70f9
2 changed files with 12 additions and 1 deletions

View file

@ -9,4 +9,7 @@
((minus_metadata) @yaml (#offset! @yaml 1 0 -1 0))
((plus_metadata) @toml (#offset! @toml 1 0 -1 0))
((inline) @markdown_inline (#exclude_children! @markdown_inline))
([
(inline)
(pipe_table_cell)
] @markdown_inline (#exclude_children! @markdown_inline))