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

@ -156,7 +156,7 @@
"revision": "a4b9187417d6be349ee5fd4b6e77b4172c6827dd"
},
"markdown": {
"revision": "77b90aec6306df625821e1eba03924f9543ee05c"
"revision": "330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
},
"nix": {
"revision": "6d6aaa50793b8265b6a8b6628577a0083d3b923d"

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