mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add highlight for quote marker
This commit is contained in:
parent
46b9916492
commit
391f29c03a
2 changed files with 3 additions and 1 deletions
|
|
@ -156,7 +156,7 @@
|
|||
"revision": "a4b9187417d6be349ee5fd4b6e77b4172c6827dd"
|
||||
},
|
||||
"markdown": {
|
||||
"revision": "cb10958c05163cd6dc32aa568a6422f34fb0c178"
|
||||
"revision": "77b90aec6306df625821e1eba03924f9543ee05c"
|
||||
},
|
||||
"nix": {
|
||||
"revision": "6d6aaa50793b8265b6a8b6628577a0083d3b923d"
|
||||
|
|
|
|||
|
|
@ -45,6 +45,8 @@
|
|||
(thematic_break)
|
||||
] @punctuation.special
|
||||
|
||||
(block_quote_marker) @punctuation.special
|
||||
|
||||
[
|
||||
(backslash_escape)
|
||||
(hard_line_break)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue