mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
feat(treesitter): update Markdown parsers and queries to v0.2.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user