diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-10-16 14:52:15 +0200 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-10-16 15:50:55 +0200 |
| commit | 42ab95d5e11f247c6f0c8f5181b02e816caa4a4f (patch) | |
| tree | 7b8ee3f2475405878eefe0fc8033d133d95dc64b /tests/query/highlights/lua/test.lua | |
| parent | 4cccb6f494eb255b32a290d37c35ca12584c74d0 (diff) | |
feat!: remove obsolete `TS*` highlight groups
Diffstat (limited to 'tests/query/highlights/lua/test.lua')
| -rw-r--r-- | tests/query/highlights/lua/test.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/query/highlights/lua/test.lua b/tests/query/highlights/lua/test.lua index 22da2256..efb9a999 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 |
