From: R Gibim <9031589+Drowze@users.noreply.github.com> Date: Tue, 20 Dec 2022 22:08:16 +0000 (+0000) Subject: Add highlighting for @symbol X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=43893ca12a183b479f6c496bedb57f22143b0e3a;p=nvim-plugins%2Fflatwhite.git Add highlighting for @symbol Ruby symbols aren't highlighted otherwise (when using TS) --- 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, },