You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the Haskell grammar in VSCode is extensible for things like this, so it would be nice to make parts of the interpolator highlighted.
For instance:
[int|sT|My text goes here #b{call a b c} |]
\ yellow \ \ \ normal code color
\ \ some special color for the rendering mode and for braces
\ inherited from string
The text was updated successfully, but these errors were encountered:
Looks like the Haskell grammar in VSCode is extensible for things like this, so it would be nice to make parts of the interpolator highlighted.
For instance:
The text was updated successfully, but these errors were encountered: