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

@ -150,17 +150,17 @@
; References
(identifier_ref) @local.reference
((prefix_op_symbol) @local.reference)
(prefix_op_symbol) @local.reference
(bound_prefix_op
symbol: (_) @local.reference)
((infix_op_symbol) @local.reference)
(infix_op_symbol) @local.reference
(bound_infix_op
symbol: (_) @local.reference)
((postfix_op_symbol) @local.reference)
(postfix_op_symbol) @local.reference
(bound_postfix_op
symbol: (_) @local.reference)