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