fix(treesitter): correctly link up delimiters again
This commit is contained in:
@@ -132,7 +132,7 @@ function M.setup()
|
||||
Special = { fg = c.blue1 }, -- (preferred) any special symbol
|
||||
-- SpecialChar = { }, -- special character in a constant
|
||||
-- Tag = { }, -- you can use CTRL-] on this
|
||||
-- Delimiter = { }, -- character that needs attention
|
||||
Delimiter = { link = "Special" }, -- character that needs attention
|
||||
-- SpecialComment= { }, -- special things inside a comment
|
||||
Debug = { fg = c.orange }, -- debugging statements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user