chore(puppet): update queries

This commit is contained in:
Amaan Qureshi 2024-02-18 10:03:44 -05:00
parent fef26b5eee
commit 8e1df60b13
5 changed files with 11 additions and 10 deletions

View file

@ -18,6 +18,7 @@
"node"
"type"
"tag"
"require"
] @keyword
[
@ -57,8 +58,8 @@
(function_call
(identifier) @variable.parameter)
(method_call
(identifier) @variable.parameter)
(iterator_statement
(variable) @variable.parameter)
; Functions
(function_declaration
@ -92,10 +93,11 @@
(class_identifier
(identifier) @function.method .))
(method_call
"."
.
(identifier) @function.method.call)
(function_call
(field_expression
"."
(identifier) @function.method.call)
"(")
; Types
(type) @type