X-Git-Url: https://git.r.bdr.sh/rbdr/tree-sitter-api-notation/blobdiff_plain/4a1d56285559545a56cb7c79a0ea1564f01e09e5..fd7cea8fc96bfe782ca4576100c39c6ffd15e150:/queries/highlights.scm diff --git a/queries/highlights.scm b/queries/highlights.scm index b4e04e4..8199a2b 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 +(identifier) @type.definition (throw_statement) @operator (return_statement) @operator +(comment) @comment