mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
feat!: remove obsolete TS* highlight groups
This commit is contained in:
parent
4cccb6f494
commit
42ab95d5e1
8 changed files with 25 additions and 572 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue