mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix(diff): delta highlights override punctuation
This commit is contained in:
parent
049d42a31e
commit
a8052a8819
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
(mode) @number
|
(mode) @number
|
||||||
|
|
||||||
[
|
([
|
||||||
".."
|
".."
|
||||||
"+"
|
"+"
|
||||||
"++"
|
"++"
|
||||||
|
|
@ -33,6 +33,7 @@
|
||||||
"---"
|
"---"
|
||||||
"----"
|
"----"
|
||||||
] @punctuation.special
|
] @punctuation.special
|
||||||
|
(#set! priority 95))
|
||||||
|
|
||||||
[
|
[
|
||||||
(binary_change)
|
(binary_change)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue