projects
/
nvim-plugins
/
flatwhite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ee6072
)
Add highlighting for @symbol
author
R Gibim
<9031589+Drowze@users.noreply.github.com>
Tue, 20 Dec 2022 22:08:16 +0000
(22:08 +0000)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/lua/dracula/groups.lua
b/lua/dracula/groups.lua
index f4c49a2731a1bd1c47191ad6d522586fe9c8df8f..0f5330734fe4961b3d80451647259264e00a38ac 100644
(file)
--- 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, },