chore: format queries

This commit is contained in:
Phạm Huy Hoàng 2024-01-21 22:05:44 +09:00
parent 76ca66db38
commit 77e298e4de
50 changed files with 143 additions and 146 deletions

View file

@ -283,11 +283,11 @@
"}"
] @punctuation.bracket
((template_substitution
(template_substitution
[
"${"
"}"
] @punctuation.special) @none)
] @punctuation.special) @none
; Keywords
;----------

View file

@ -7,8 +7,7 @@
; html(`...`), html`...`, sql(...) etc
(call_expression
function:
((identifier) @injection.language)
function: (identifier) @injection.language
arguments:
[
(arguments

View file

@ -28,11 +28,11 @@
(identifier) @local.definition.import)
(function_declaration
((identifier) @local.definition.function)
(identifier) @local.definition.function
(#set! definition.var.scope parent))
(method_definition
((property_identifier) @local.definition.function)
(property_identifier) @local.definition.function
(#set! definition.var.scope parent))
; References