mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 00:10:04 -04:00
chore: format queries
This commit is contained in:
parent
76ca66db38
commit
77e298e4de
50 changed files with 143 additions and 146 deletions
|
|
@ -60,8 +60,8 @@
|
|||
(import_declaration
|
||||
path: (identifier) @module)
|
||||
|
||||
((stable_identifier
|
||||
(identifier) @module))
|
||||
(stable_identifier
|
||||
(identifier) @module)
|
||||
|
||||
((import_declaration
|
||||
path: (identifier) @type)
|
||||
|
|
@ -74,8 +74,8 @@
|
|||
(export_declaration
|
||||
path: (identifier) @module)
|
||||
|
||||
((stable_identifier
|
||||
(identifier) @module))
|
||||
(stable_identifier
|
||||
(identifier) @module)
|
||||
|
||||
((export_declaration
|
||||
path: (identifier) @type)
|
||||
|
|
@ -274,7 +274,7 @@
|
|||
; `case` is a conditional keyword in case_block
|
||||
(case_block
|
||||
(case_clause
|
||||
("case") @keyword.conditional))
|
||||
"case" @keyword.conditional))
|
||||
|
||||
(operator_identifier) @operator
|
||||
|
||||
|
|
|
|||
|
|
@ -15,8 +15,7 @@
|
|||
name: (identifier) @local.definition.function)
|
||||
|
||||
(function_definition
|
||||
name:
|
||||
((identifier) @local.definition.function)
|
||||
name: (identifier) @local.definition.function
|
||||
(#set! definition.var.scope parent))
|
||||
|
||||
(parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue