mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
|
||||
[
|
||||
([
|
||||
".."
|
||||
"+"
|
||||
"++"
|
||||
|
|
@ -33,6 +33,7 @@
|
|||
"---"
|
||||
"----"
|
||||
] @punctuation.special
|
||||
(#set! priority 95))
|
||||
|
||||
[
|
||||
(binary_change)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue