mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
Update Julia queries
This commit is contained in:
parent
11c685b354
commit
dcf46d07cc
3 changed files with 4 additions and 5 deletions
|
|
@ -270,7 +270,7 @@
|
||||||
"revision": "fdc775714afa27fdef823adbaba6ab98f5ae66f2"
|
"revision": "fdc775714afa27fdef823adbaba6ab98f5ae66f2"
|
||||||
},
|
},
|
||||||
"julia": {
|
"julia": {
|
||||||
"revision": "4d4dc7d8a4ad3856200a9ef151f9056fc14cec8b"
|
"revision": "8e5ce1e5a96e8dfe0b0eee74633f5ba2766bf48b"
|
||||||
},
|
},
|
||||||
"kdl": {
|
"kdl": {
|
||||||
"revision": "e180e05132c4cb229a8ba679b298790ef1eca77c"
|
"revision": "e180e05132c4cb229a8ba679b298790ef1eca77c"
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
;; Builtins
|
;; Builtins
|
||||||
|
|
||||||
((identifier) @function.builtin
|
((identifier) @function.builtin
|
||||||
(#any-of? @function.builtin
|
(#any-of? @function.builtin
|
||||||
"_abstracttype" "_apply_iterate" "_apply_pure" "_call_in_world" "_call_in_world_total"
|
"_abstracttype" "_apply_iterate" "_apply_pure" "_call_in_world" "_call_in_world_total"
|
||||||
"_call_latest" "_equiv_typedef" "_expr" "_primitivetype" "_setsuper!" "_structtype"
|
"_call_latest" "_equiv_typedef" "_expr" "_primitivetype" "_setsuper!" "_structtype"
|
||||||
"_typebody!" "_typevar" "applicable" "apply_type" "arrayref" "arrayset" "arraysize"
|
"_typebody!" "_typevar" "applicable" "apply_type" "arrayref" "arrayset" "arraysize"
|
||||||
|
|
@ -85,7 +85,6 @@
|
||||||
(struct_definition
|
(struct_definition
|
||||||
name: (identifier) @type)
|
name: (identifier) @type)
|
||||||
(type_clause
|
(type_clause
|
||||||
["<:" ">:"] @operator
|
|
||||||
[(identifier) @type
|
[(identifier) @type
|
||||||
(field_expression (identifier) @type .)])
|
(field_expression (identifier) @type .)])
|
||||||
|
|
||||||
|
|
@ -288,7 +287,7 @@
|
||||||
(struct_definition)
|
(struct_definition)
|
||||||
(function_definition)
|
(function_definition)
|
||||||
(assignment)
|
(assignment)
|
||||||
(const_declaration)
|
(const_statement)
|
||||||
])
|
])
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
(struct_definition)
|
(struct_definition)
|
||||||
(function_definition)
|
(function_definition)
|
||||||
(assignment)
|
(assignment)
|
||||||
(const_declaration)
|
(const_statement)
|
||||||
]
|
]
|
||||||
(#lua-match? @markdown "^\"\"\"")
|
(#lua-match? @markdown "^\"\"\"")
|
||||||
(#offset! @markdown 0 3 0 -3))
|
(#offset! @markdown 0 3 0 -3))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue