X-Git-Url: https://git.r.bdr.sh/rbdr/tree-sitter-api-notation/blobdiff_plain/75b4720ce734556ef3c13059f16d21d8c5e73e9d..e88e09dac384003e8fbbcd3ed5952ec3f63600fd:/queries/highlights.scm diff --git a/queries/highlights.scm b/queries/highlights.scm index cf92992..4b22d26 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -1,9 +1,9 @@ -(type_annotation) @type +(type_annotation) @punctuation (member_type) @operator (member) @property (parameter_list) @function (parameter_list (identifier (optional_value) @variable.parameter.optional)) -(parameter_list (identifier) @variable.parameter) +(parameter_list (identifier) @keyword) (identifier) @type.definition (throw_statement) @operator (return_statement) @operator