Sublime Forum

Is there a way to use vscode syntax in sublime?

#1

The vscode syntaxes for vue are much better than the sublime counterpart. Is there a way to use the vscode ones?

0 Likes

#2

Those “vetur” syntax definitions look like old-style tmLanguages that use YAML instead of XML. I’m sure they could be converted.

Honestly, though, I’m skeptical about those vetur definitions. They look pretty brittle when it comes to whitespace and such. Sublime’s syntax highlighting engine is more powerful than VS Code’s, so any improvements in vetur could be integrated into vue-syntax-highlight.

0 Likes

Mcnp code syntaxing