From aab2eb50da37a5af6c3d323735786e01c0c9dcb8 Mon Sep 17 00:00:00 2001 From: 0x736d Date: Mon, 17 Oct 2022 21:52:52 +0530 Subject: [PATCH] fix typo in highlight group --- lua/base46/integrations/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/base46/integrations/treesitter.lua b/lua/base46/integrations/treesitter.lua index f90b4b1..7a5738b 100644 --- a/lua/base46/integrations/treesitter.lua +++ b/lua/base46/integrations/treesitter.lua @@ -78,7 +78,7 @@ return { fg = theme.base05, }, - ["@paramter"] = { + ["@parameter"] = { fg = theme.base08, },