feat(treesitter): update Markdown parsers and queries to v0.2.1

This commit is contained in:
Christian Clason
2024-03-17 13:19:43 +01:00
parent ff6092b4ee
commit 5e875ae8d0
3 changed files with 21 additions and 17 deletions

View File

@@ -16,10 +16,10 @@
] @string.escape
; Conceal codeblock and text style markers
((code_span_delimiter) @markup.raw.delimiter
(#set! conceal ""))
((emphasis_delimiter) @conceal
([
(code_span_delimiter)
(emphasis_delimiter)
] @conceal
(#set! conceal ""))
; Conceal inline links