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
Right now we use highlightjs as our highlight engine but it doesn't work for vue files.
We could replace it with Shiki library. It would allow us to use TextMate grammar for highlight and code will look exactly like in VS Code code editor.
Right now we use highlightjs as our highlight engine but it doesn't work for vue files.
We could replace it with Shiki library. It would allow us to use
TextMategrammar for highlight and code will look exactly like inVS Codecode editor.