From c5d81ecf5c440aa8eee2929ffcee8f52fd1daa38 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 4 Oct 2023 16:46:30 +0200 Subject: Use @parameter for parameter_list --- test/highlight/notation.api | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit