X-Git-Url: https://git.r.bdr.sh/rbdr/tree-sitter-api-notation/blobdiff_plain/4a1d56285559545a56cb7c79a0ea1564f01e09e5..c5d81ecf5c440aa8eee2929ffcee8f52fd1daa38:/test/highlight/notation.api?ds=sidebyside diff --git a/test/highlight/notation.api b/test/highlight/notation.api index c20f11a..0990fdf 100644 --- a/test/highlight/notation.api +++ b/test/highlight/notation.api @@ -1,15 +1,15 @@ Forum.Models.Post -// <- keyword -// ^ keyword -// ^ keyword +// <- type.definition +// ^ type.definition +// ^ type.definition +glyphs > //<- operator //^ property - // ^ type - // ^ keyword - // ^ type - // ^ keyword - // ^ type + // ^ punctuation + // ^ type.definition + // ^ punctuation + // ^ type.definition + // ^ punctuation -id -created_at @@ -20,10 +20,10 @@ Forum.Models.Post //<- operator //^ property // ^ function - // ^ variable.parameter - // ^ type - // ^ keyword - // ^ type + // ^ parameter + // ^ punctuation + // ^ type.definition + // ^ punctuation // ^ function ->authorUpdated(author ) <~textWillUpdate(text ) @@ -34,15 +34,15 @@ Forum.Models.Post //<- operator //^ property // ^ function - // ^ variable.parameter - // ^ type - // ^ keyword - // ^ type + // ^ parameter + // ^ punctuation + // ^ type.definition + // ^ punctuation // ^ function // ^ operator - // ^ keyword + // ^ type.definition // ^ operator - // ^ keyword + // ^ type.definition ::get(id ) => Promise #update(text ) => Promise #transform([transformer] (T) => boolean>) @@ -50,5 +50,5 @@ Forum.Models.Post //^ property // ^ function // ^ variable.parameter.optional - // ^ type - // ^ keyword + // ^ punctuation + // ^ type.definition