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

@ -19,6 +19,14 @@
(fenced_code_block)
] @text.literal
(pipe_table_header (pipe_table_cell) @text.title)
[
(pipe_table_row)
(pipe_table_delimiter_row)
(pipe_table_header)
] "|" @punctuation.special
(pipe_table_delimiter_cell) @punctuation.special
[
(fenced_code_block_delimiter)
] @punctuation.delimiter