0
Under review

Vue support

Noodle 2 years ago in General updated by Alexander Blach (Developer) 2 years ago 1

Can you add syntax highlighting support for Vue files please and thank you?

Also, formatting and linting engines in the long term would be dope AF. You're basically the vscode of mobile devices!

Under review

Hello, there is a Vue.js Sublime Text 3 syntax definition at:

https://github.com/vuejs/vue-syntax-highlight/tree/new (it's important to use the "new" branch, not "master" or "st4")


Please have a look at the manual to see how you can add custom syntax definitions using Sublime Text packages:
https://www.textasticapp.com/v9/manual/customization/custom_syntax_themes_templates.html

Just adding the file "Vue Component.sublime-syntax" to "Local Files/#Textastic/Vue" and reloading customizations should work and you'll have "Vue Component" as a new syntax definition.

Here is a screenshot of how the included "samples/basic.vue" file looks for me in Textastic: