mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
chore(grammar): update cairo + queries (#12712)
This commit is contained in:
parent
8d6efaf350
commit
6049f2035b
5 changed files with 24 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
(function_item
|
||||
body: (_) @function.inside) @function.around
|
||||
|
||||
(closure_expression
|
||||
body: (_) @function.inside) @function.around
|
||||
|
||||
(struct_item
|
||||
body: (_) @class.inside) @class.around
|
||||
|
||||
|
@ -16,6 +19,9 @@
|
|||
(parameters
|
||||
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
||||
|
||||
(closure_parameters
|
||||
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
||||
|
||||
(type_parameters
|
||||
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue