vsc-prettify-symbols-mode
vsc-prettify-symbols-mode copied to clipboard
Feature request: negative scopes
I want to disable symbol prettification in Haskell strings and comments in particular. It seems like one way to do this is to scope all the prettification rules to not apply in comment.line.double-dash.haskell
and string.quoted.double.haskell
.
Blocked by #35