X-Git-Url: https://git.r.bdr.sh/rbdr/tree-sitter-api-notation/blobdiff_plain/dc87cd894bad9ad0202dcd4a89e7d0af47c53fc9..c5d81ecf5c440aa8eee2929ffcee8f52fd1daa38:/queries/highlights.scm diff --git a/queries/highlights.scm b/queries/highlights.scm index 9536ffd..c838877 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 (optional_value) @variable.parameter.optional)) (parameter_list (identifier) @parameter) -(identifier) @keyword +(identifier) @type.definition (throw_statement) @operator (return_statement) @operator +(comment) @comment