mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
Add highlight for markdown delimiters
This commit is contained in:
parent
b5cdb868c7
commit
9fff379c17
2 changed files with 7 additions and 3 deletions
|
|
@ -156,7 +156,7 @@
|
||||||
"revision": "a4b9187417d6be349ee5fd4b6e77b4172c6827dd"
|
"revision": "a4b9187417d6be349ee5fd4b6e77b4172c6827dd"
|
||||||
},
|
},
|
||||||
"markdown": {
|
"markdown": {
|
||||||
"revision": "77b90aec6306df625821e1eba03924f9543ee05c"
|
"revision": "330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
|
||||||
},
|
},
|
||||||
"nix": {
|
"nix": {
|
||||||
"revision": "6d6aaa50793b8265b6a8b6628577a0083d3b923d"
|
"revision": "6d6aaa50793b8265b6a8b6628577a0083d3b923d"
|
||||||
|
|
|
||||||
|
|
@ -16,12 +16,16 @@
|
||||||
[
|
[
|
||||||
(code_span)
|
(code_span)
|
||||||
(link_title)
|
(link_title)
|
||||||
|
(indented_code_block)
|
||||||
|
(fenced_code_block)
|
||||||
] @text.literal
|
] @text.literal
|
||||||
|
|
||||||
[
|
[
|
||||||
(indented_code_block)
|
(emphasis_delimiter)
|
||||||
(fenced_code_block)
|
(code_span_delimiter)
|
||||||
|
(fenced_code_block_delimiter)
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
(code_fence_content) @none
|
(code_fence_content) @none
|
||||||
|
|
||||||
(emphasis) @text.emphasis
|
(emphasis) @text.emphasis
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue