mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
chore(bicep): update queries and add scanner
This commit is contained in:
parent
d2b4563230
commit
8b99311ca1
4 changed files with 29 additions and 15 deletions
|
|
@ -36,7 +36,8 @@
|
|||
(compatible_identifier) @local.definition.field
|
||||
(_))
|
||||
|
||||
(import_name) @local.definition.import
|
||||
(user_defined_function
|
||||
name: (identifier) @local.definition.function)
|
||||
|
||||
(module_declaration
|
||||
(identifier) @local.definition.namespace)
|
||||
|
|
@ -45,6 +46,10 @@
|
|||
(identifier) @local.definition.parameter
|
||||
(_))
|
||||
|
||||
(parameter
|
||||
.
|
||||
(identifier) @local.definition.parameter)
|
||||
|
||||
(type_declaration
|
||||
(identifier) @local.definition.type
|
||||
(_))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue