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
{{ message }}
This repository was archived by the owner on Jul 13, 2026. It is now read-only.
The vscode-textmate library we use does not just export foreground color, it also supports a bunch of other metadata, like underlines, and background color. We should be able to extract this info and pass it along to the colorization engine.
The
vscode-textmatelibrary we use does not just export foreground color, it also supports a bunch of other metadata, like underlines, and background color. We should be able to extract this info and pass it along to the colorization engine.https://github.com/microsoft/vscode-textmate/blob/9e3c5941668cbfcee5095eaec0e58090fda8f316/src/grammar.ts#L1081-L1099