chore: query formatting

This commit is contained in:
Pham Huy Hoang 2024-01-06 15:05:50 +09:00 committed by Christian Clason
parent 79975d6557
commit 57a8acf0c4
674 changed files with 18466 additions and 12648 deletions

View file

@ -1,5 +1,4 @@
;; Definitions
; Definitions
(function_signature
name: (identifier) @local.definition.function)
@ -15,20 +14,19 @@
(static_final_declaration
(identifier) @local.definition.var)
;; References
; References
(identifier) @local.reference
;; Scopes
; Scopes
(class_definition
body: (_) @local.scope)
[
(block)
(if_statement)
(for_statement)
(while_statement)
(try_statement)
(catch_clause)
(finally_clause)
(block)
(if_statement)
(for_statement)
(while_statement)
(try_statement)
(catch_clause)
(finally_clause)
] @local.scope