mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(make): update parser and queries
This commit is contained in:
parent
0f5b204603
commit
eaa5caed2a
2 changed files with 2 additions and 1 deletions
|
|
@ -1334,7 +1334,7 @@ return {
|
||||||
},
|
},
|
||||||
make = {
|
make = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '5e9e8f8ff3387b0edcaa90f46ddf3629f4cfeb1d',
|
revision = '70613f3d812cbabbd7f38d104d60a409c4008b43',
|
||||||
url = 'https://github.com/tree-sitter-grammars/tree-sitter-make',
|
url = 'https://github.com/tree-sitter-grammars/tree-sitter-make',
|
||||||
},
|
},
|
||||||
maintainers = { '@lewis6991' },
|
maintainers = { '@lewis6991' },
|
||||||
|
|
|
||||||
|
|
@ -167,6 +167,7 @@
|
||||||
"eval"
|
"eval"
|
||||||
"file"
|
"file"
|
||||||
"value"
|
"value"
|
||||||
|
"let"
|
||||||
] @function.builtin)
|
] @function.builtin)
|
||||||
|
|
||||||
"\\" @punctuation.special
|
"\\" @punctuation.special
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue