From 42ab95d5e11f247c6f0c8f5181b02e816caa4a4f Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 16 Oct 2022 14:52:15 +0200 Subject: feat!: remove obsolete `TS*` highlight groups --- tests/query/highlights/lua/test.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/query/highlights/lua/test.lua') diff --git a/tests/query/highlights/lua/test.lua b/tests/query/highlights/lua/test.lua index 22da22565..efb9a9994 100644 --- a/tests/query/highlights/lua/test.lua +++ b/tests/query/highlights/lua/test.lua @@ -1,13 +1,13 @@ local a = { 1, 2, 3, 4, 5 } --- ^ TSNumber ^ TSPunctBracket --- ^ TSVariable +-- ^ number ^ punctuation.bracket +-- ^ variable local _ = next(a) --- ^ TSFuncBuiltin --- ^ TSKeyword +-- ^ function.builtin +-- ^ keyword _ = next(a) --- ^ TSFuncBuiltin +-- ^ function.builtin next(a) --- ^ TSFuncBuiltin +-- ^ function.builtin -- cgit v1.2.3-70-g09d2