]> git.r.bdr.sh - rbdr/tree-sitter-api-notation/commitdiff
Test using method
authorRuben Beltran del Rio <redacted>
Wed, 4 Oct 2023 14:57:57 +0000 (16:57 +0200)
committerRuben Beltran del Rio <redacted>
Wed, 4 Oct 2023 14:57:57 +0000 (16:57 +0200)
queries/highlights.scm
test/highlight/notation.api

index 66282a60989d4a5617f55bac372f374ad4f656d2..7d4e2ad0f980195eff5d18760341e2dc8adbde5b 100644 (file)
@@ -1,6 +1,6 @@
 (type_annotation) @punctuation
 (member_type) @operator
-(member) @property
+(member) @method
 (parameter_list) @function
 (parameter_list (identifier (optional_value) @parameter.optional))
 (parameter_list (identifier) @parameter)
index aa7bc71ea7e91520bd30ffc60c9092aac622aa6c..f161647212c80f415dac001309618c522381cf01 100644 (file)
@@ -4,7 +4,7 @@ Forum.Models.Post
 //           ^ type.definition
   +glyphs <Array<String>>
   //<- operator
-  //^ property
+  //^ method
   //      ^ punctuation
   //       ^ type.definition
   //            ^ punctuation
@@ -18,7 +18,7 @@ Forum.Models.Post
   -author <Author>
   ~>textUpdated(text <String>)
   //<- operator
-  //^ property
+  //^ method
   //           ^ function
   //            ^ parameter
   //                 ^ punctuation
@@ -32,7 +32,7 @@ Forum.Models.Post
   <+textWillUpdate(text <String>)
   ::getAll(parent_id <UUID>) => Promise<Array<Forum.Models.Post>> #> NotFoundError,DisplayError
   //<- operator
-  //^ property
+  //^ method
   //      ^ function
   //       ^ parameter
   //                 ^ punctuation
@@ -47,7 +47,7 @@ Forum.Models.Post
   #update(text <String>) => Promise<void>
   #transform([transformer] <Function<T>(T) => boolean>)
   //<- operator
-  //^ property
+  //^ method
   //        ^ function
   //          ^ parameter.optional
   //                       ^ punctuation