mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat(diff): update parser and queries
This commit is contained in:
parent
17f039f472
commit
1971f839b2
2 changed files with 5 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ return {
|
|||
},
|
||||
diff = {
|
||||
install_info = {
|
||||
revision = '2520c3f934b3179bb540d23e0ef45f75304b5fed',
|
||||
revision = '13d75f946a724293c654e1e2b35ac8f3c01c7731',
|
||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-diff',
|
||||
},
|
||||
maintainers = { '@gbprod' },
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@
|
|||
|
||||
(filename) @string.special.path
|
||||
|
||||
(special) @string.special
|
||||
|
||||
"\\" @punctuation.special
|
||||
|
||||
(mode) @number
|
||||
|
||||
([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue