From 6848b2d5047c3792e81b8ae318b18e0e7d9055e9 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Mon, 29 Jul 2024 07:46:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20nvchad:=20italics=20on=20conditi?= =?UTF-8?q?ons=20and=20repeats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/chadrc.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/chadrc.lua b/lua/chadrc.lua index edb482d..02f0040 100644 --- a/lua/chadrc.lua +++ b/lua/chadrc.lua @@ -26,6 +26,14 @@ M.ui = { ["@keyword"] = { italic = true, }, + -- conditions + ["@keyword.conditional"] = { + italic = true, + }, + -- repeat + ["@keyword.repeat"] = { + italic = true, + }, -- function keyword ["@keyword.function"] = { italic = true,