X-Git-Url: https://git.r.bdr.sh/rbdr/tree-sitter-api-notation/blobdiff_plain/fd7cea8fc96bfe782ca4576100c39c6ffd15e150..HEAD:/test/highlight/notation.api diff --git a/test/highlight/notation.api b/test/highlight/notation.api index f801360..f161647 100644 --- a/test/highlight/notation.api +++ b/test/highlight/notation.api @@ -4,7 +4,7 @@ Forum.Models.Post // ^ type.definition +glyphs > //<- operator - //^ property + //^ method // ^ punctuation // ^ type.definition // ^ punctuation @@ -18,9 +18,9 @@ Forum.Models.Post -author ~>textUpdated(text ) //<- operator - //^ property + //^ method // ^ function - // ^ variable.parameter + // ^ parameter // ^ punctuation // ^ type.definition // ^ punctuation @@ -32,9 +32,9 @@ Forum.Models.Post <+textWillUpdate(text ) ::getAll(parent_id ) => Promise> #> NotFoundError,DisplayError //<- operator - //^ property + //^ method // ^ function - // ^ variable.parameter + // ^ parameter // ^ punctuation // ^ type.definition // ^ punctuation @@ -47,8 +47,8 @@ Forum.Models.Post #update(text ) => Promise #transform([transformer] (T) => boolean>) //<- operator - //^ property + //^ method // ^ function - // ^ variable.parameter.optional + // ^ parameter.optional // ^ punctuation // ^ type.definition