From 8c11d30a24c5ac8b719048ea4282466e9575b10f Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 31 Jan 2024 11:38:38 +0100 Subject: [PATCH] fix(treesitter): correctly link up delimiters again --- lua/tokyonight/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 18244e1..2706b1b 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -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