mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(julia)!: update parser and queries
This commit is contained in:
parent
c13511c884
commit
990110336c
2 changed files with 1 additions and 9 deletions
|
|
@ -1175,7 +1175,7 @@ return {
|
|||
},
|
||||
julia = {
|
||||
install_info = {
|
||||
revision = '12a3aede757bc7fbdfb1909507c7a6fddd31df37',
|
||||
revision = '18b739c1563c83fc816170a4241adfa4b69e5c47',
|
||||
url = 'https://github.com/tree-sitter/tree-sitter-julia',
|
||||
},
|
||||
maintainers = { '@fredrikekre' },
|
||||
|
|
|
|||
|
|
@ -9,14 +9,6 @@
|
|||
(tuple_expression
|
||||
(identifier) @local.definition.var))
|
||||
|
||||
; let/const bindings
|
||||
(let_binding
|
||||
(identifier) @local.definition.var)
|
||||
|
||||
(let_binding
|
||||
(tuple_expression
|
||||
(identifier) @local.definition.var))
|
||||
|
||||
; For bindings
|
||||
(for_binding
|
||||
(identifier) @local.definition.var)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue