Add highlighting for @symbol
authorR Gibim <9031589+Drowze@users.noreply.github.com>
Tue, 20 Dec 2022 22:08:16 +0000 (22:08 +0000)
committerGitHub <noreply@github.com>
Tue, 20 Dec 2022 22:08:16 +0000 (22:08 +0000)
Ruby symbols aren't highlighted otherwise (when using TS)

lua/dracula/groups.lua

index f4c49a2731a1bd1c47191ad6d522586fe9c8df8f..0f5330734fe4961b3d80451647259264e00a38ac 100644 (file)
@@ -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, },