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