From b8c35b772034cbee581ecce5f205660ab7fae42f Mon Sep 17 00:00:00 2001 From: nullchilly Date: Thu, 14 Jul 2022 11:34:57 +0700 Subject: [PATCH] fix(compile): fix --- lua/catppuccin/lib/compiler.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/catppuccin/lib/compiler.lua b/lua/catppuccin/lib/compiler.lua index 69eb94c..c49665a 100644 --- a/lua/catppuccin/lib/compiler.lua +++ b/lua/catppuccin/lib/compiler.lua @@ -37,6 +37,7 @@ vim.g.colors_name = "catppuccin"]], end end local tbl = vim.tbl_deep_extend("keep", theme.integrations, theme.editor) + tbl = vim.tbl_deep_extend("keep", theme.syntax, tbl) tbl = vim.tbl_deep_extend("keep", config.custom_highlights, tbl) for group, color in pairs(tbl) do