fix(treesitter): correctly link up delimiters again

This commit is contained in:
Folke Lemaitre
2024-01-31 11:38:38 +01:00
parent e3301873c1
commit 8c11d30a24

View File

@@ -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