X-Git-Url: https://git.r.bdr.sh/rbdr/tree-sitter-api-notation/blobdiff_plain/dc87cd894bad9ad0202dcd4a89e7d0af47c53fc9..5d5dd65cee63b8805a186d28660ed65072b3b88a:/test/highlight/notation.api diff --git a/test/highlight/notation.api b/test/highlight/notation.api index b798549..c20f11a 100644 --- a/test/highlight/notation.api +++ b/test/highlight/notation.api @@ -20,7 +20,7 @@ Forum.Models.Post //<- operator //^ property // ^ function - // ^ parameter + // ^ variable.parameter // ^ type // ^ keyword // ^ type @@ -34,7 +34,7 @@ Forum.Models.Post //<- operator //^ property // ^ function - // ^ parameter + // ^ variable.parameter // ^ type // ^ keyword // ^ type @@ -45,4 +45,10 @@ Forum.Models.Post // ^ keyword ::get(id ) => Promise #update(text ) => Promise - #transform(transformer (T) => boolean>) + #transform([transformer] (T) => boolean>) + //<- operator + //^ property + // ^ function + // ^ variable.parameter.optional + // ^ type + // ^ keyword