- Notifications
You must be signed in to change notification settings - Fork 2
Better syntax highlighting #4
Copy link
Copy link
Open
Labels
highHigh priority issueHigh priority issue
Description
Metadata
Metadata
Assignees
Labels
highHigh priority issueHigh priority issue
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.