From 43893ca12a183b479f6c496bedb57f22143b0e3a Mon Sep 17 00:00:00 2001 From: R Gibim <9031589+Drowze@users.noreply.github.com> Date: Tue, 20 Dec 2022 22:08:16 +0000 Subject: [PATCH] Add highlighting for @symbol Ruby symbols aren't highlighted otherwise (when using TS) --- lua/dracula/groups.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/dracula/groups.lua b/lua/dracula/groups.lua index f4c49a2..0f53307 100644 --- a/lua/dracula/groups.lua +++ b/lua/dracula/groups.lua @@ -133,6 +133,7 @@ local function setup(configs) ['@constant'] = { fg = colors.purple, }, ['@constant.builtin'] = { fg = colors.purple, }, + ['@symbol'] = { fg = colors.purple }, ['@constant.macro'] = { fg = colors.cyan, }, ['@string.regex'] = { fg = colors.red, }, -- 2.30.2