chore(grammar): update cairo + queries (#12712)

This commit is contained in:
0xLucqs 2025-01-28 15:19:33 +01:00 committed by GitHub
parent 8d6efaf350
commit 6049f2035b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 1 deletions

View file

@ -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)