X-Git-Url: https://git.r.bdr.sh/rbdr/tree-sitter-api-notation/blobdiff_plain/4a1d56285559545a56cb7c79a0ea1564f01e09e5..e88e09dac384003e8fbbcd3ed5952ec3f63600fd:/queries/highlights.scm diff --git a/queries/highlights.scm b/queries/highlights.scm index b4e04e4..4b22d26 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -1,9 +1,10 @@ -(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) -(identifier) @keyword +(parameter_list (identifier) @keyword) +(identifier) @type.definition (throw_statement) @operator (return_statement) @operator +(comment) @comment