diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 16:46:30 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 16:46:30 +0200 |
| commit | c5d81ecf5c440aa8eee2929ffcee8f52fd1daa38 (patch) | |
| tree | 795c8d8c524b2e4e94abb1badded33f3b1234c16 /test | |
| parent | fd7cea8fc96bfe782ca4576100c39c6ffd15e150 (diff) | |
Use @parameter for parameter_list
Diffstat (limited to 'test')
| -rw-r--r-- | test/highlight/notation.api | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/highlight/notation.api b/test/highlight/notation.api index f801360..0990fdf 100644 --- a/test/highlight/notation.api +++ b/test/highlight/notation.api @@ -20,7 +20,7 @@ Forum.Models.Post //<- operator //^ property // ^ function - // ^ variable.parameter + // ^ parameter // ^ punctuation // ^ type.definition // ^ punctuation @@ -34,7 +34,7 @@ Forum.Models.Post //<- operator //^ property // ^ function - // ^ variable.parameter + // ^ parameter // ^ punctuation // ^ type.definition // ^ punctuation |