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
This would also enable one of my favorite features that most editors seem to miss, a highlight plugin that let's you highlight different words/sequences with different colors, persistently.
An API that Onivim currently doesn't support is VSCode's text decoration API: https://code.visualstudio.com/api/references/vscode-api#DecorationRenderOptions
This is needed to support several extensions, including:
The work required will be:
Editor
modelIt seems that some of the extensions require SVG rendering in the text decoration API (at least, bracket pair colorizer does - I suspect wallaby may as well) - so it may require building out the remaining primitives in Revery: https://github.com/revery-ui/revery/blob/18eb60e6d5b99adebcf5912d05c447e83a0f7e0b/src/SVG/Revery_SVG.re
The text was updated successfully, but these errors were encountered: