wlangstroth / vim-racket

vim bundle for Racket
MIT License
234 stars 60 forks source link

syntax: give parentheses their own group #61

Closed benknoble closed 3 years ago

benknoble commented 3 years ago

This way I can highlight link racketParen without affecting Delimiter everywhere.

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.

benknoble commented 3 years ago

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.