Add highlight for markdown delimiters

This commit is contained in:
MDeiml 2022-01-11 11:50:50 +01:00 committed by Stephan Seitz
parent b5cdb868c7
commit 9fff379c17
2 changed files with 7 additions and 3 deletions

View file

@ -16,12 +16,16 @@
[
(code_span)
(link_title)
(indented_code_block)
(fenced_code_block)
] @text.literal
[
(indented_code_block)
(fenced_code_block)
(emphasis_delimiter)
(code_span_delimiter)
(fenced_code_block_delimiter)
] @punctuation.delimiter
(code_fence_content) @none
(emphasis) @text.emphasis