mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
julia: update queries to parser change
This commit is contained in:
parent
08cbb2f8b3
commit
692432df29
2 changed files with 2 additions and 9 deletions
|
|
@ -21,7 +21,7 @@
|
|||
(field_expression
|
||||
(identifier) @field .)
|
||||
|
||||
(subscript_expression
|
||||
(index_expression
|
||||
(_)
|
||||
(range_expression
|
||||
(identifier) @constant.builtin .)
|
||||
|
|
@ -87,14 +87,11 @@
|
|||
|
||||
;; Annotations
|
||||
|
||||
(parameterized_identifier (_) @type)
|
||||
(parametrized_type_expression (_) @type)
|
||||
|
||||
(type_parameter_list
|
||||
(identifier) @type)
|
||||
|
||||
(type_argument_list
|
||||
(identifier) @type)
|
||||
|
||||
(typed_expression
|
||||
(identifier) @type .)
|
||||
|
||||
|
|
|
|||
|
|
@ -4,10 +4,6 @@
|
|||
(assignment_expression
|
||||
(tuple_expression
|
||||
(identifier) @definition.var))
|
||||
(assignment_expression
|
||||
(bare_tuple_expression
|
||||
(identifier) @definition.var))
|
||||
|
||||
|
||||
;;; let/const bindings
|
||||
(variable_declaration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue