mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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
|
(field_expression
|
||||||
(identifier) @field .)
|
(identifier) @field .)
|
||||||
|
|
||||||
(subscript_expression
|
(index_expression
|
||||||
(_)
|
(_)
|
||||||
(range_expression
|
(range_expression
|
||||||
(identifier) @constant.builtin .)
|
(identifier) @constant.builtin .)
|
||||||
|
|
@ -87,14 +87,11 @@
|
||||||
|
|
||||||
;; Annotations
|
;; Annotations
|
||||||
|
|
||||||
(parameterized_identifier (_) @type)
|
(parametrized_type_expression (_) @type)
|
||||||
|
|
||||||
(type_parameter_list
|
(type_parameter_list
|
||||||
(identifier) @type)
|
(identifier) @type)
|
||||||
|
|
||||||
(type_argument_list
|
|
||||||
(identifier) @type)
|
|
||||||
|
|
||||||
(typed_expression
|
(typed_expression
|
||||||
(identifier) @type .)
|
(identifier) @type .)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,6 @@
|
||||||
(assignment_expression
|
(assignment_expression
|
||||||
(tuple_expression
|
(tuple_expression
|
||||||
(identifier) @definition.var))
|
(identifier) @definition.var))
|
||||||
(assignment_expression
|
|
||||||
(bare_tuple_expression
|
|
||||||
(identifier) @definition.var))
|
|
||||||
|
|
||||||
|
|
||||||
;;; let/const bindings
|
;;; let/const bindings
|
||||||
(variable_declaration
|
(variable_declaration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue