diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 16:43:30 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 16:43:30 +0200 |
| commit | fd7cea8fc96bfe782ca4576100c39c6ffd15e150 (patch) | |
| tree | 6458793f9bbdaab2207a0274eee503c1029ef081 /test | |
| parent | 75b4720ce734556ef3c13059f16d21d8c5e73e9d (diff) | |
Make the type definition brackets punctuation
Diffstat (limited to 'test')
| -rw-r--r-- | test/highlight/notation.api | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/highlight/notation.api b/test/highlight/notation.api index f0a9a7a..f801360 100644 --- a/test/highlight/notation.api +++ b/test/highlight/notation.api @@ -5,11 +5,11 @@ Forum.Models.Post +glyphs <Array<String>> //<- operator //^ property - // ^ type + // ^ punctuation // ^ type.definition - // ^ type + // ^ punctuation // ^ type.definition - // ^ type + // ^ punctuation -id <UUID> -created_at <Date> @@ -21,9 +21,9 @@ Forum.Models.Post //^ property // ^ function // ^ variable.parameter - // ^ type + // ^ punctuation // ^ type.definition - // ^ type + // ^ punctuation // ^ function ->authorUpdated(author <Author>) <~textWillUpdate(text <String>) @@ -35,9 +35,9 @@ Forum.Models.Post //^ property // ^ function // ^ variable.parameter - // ^ type + // ^ punctuation // ^ type.definition - // ^ type + // ^ punctuation // ^ function // ^ operator // ^ type.definition @@ -50,5 +50,5 @@ Forum.Models.Post //^ property // ^ function // ^ variable.parameter.optional - // ^ type + // ^ punctuation // ^ type.definition |