Closed benknoble closed 3 years ago
This way I can highlight link racketParen without affecting Delimiter everywhere.
highlight link racketParen
e.g, I do
highlight link racketParen DraculaSubtle
when the colorscheme is dracula to "fade" the parentheses. If I use Delimiter, it affects Delimiter for all syntaxes.
dracula
Delimiter
I've actually done a lot more work to simplify (but change) the syntax in my fork (benknoble/vim-racket). I'll close this, but others might be interested.
This way I can
highlight link racketParen
without affecting Delimiter everywhere.e.g, I do
when the colorscheme is
dracula
to "fade" the parentheses. If I useDelimiter
, it affectsDelimiter
for all syntaxes.