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
The tutorial only provides a link to a template literal syntax highlighting plugin for VS Code users. However, Sublime Text users can also implement a VueJS compatible package to get this feature.
The tutorial only provides a link to a template literal syntax highlighting plugin for VS Code users. However, Sublime Text users can also implement a VueJS compatible package to get this feature.
They need to install this package: https://packagecontrol.io/packages/JSCustom
And use the following configuration to ensure it works with VueJS requirement to announce the template literal via a
/* html */ `
"selector":See more context here: sublimehq/Packages#179 (comment)
The text was updated successfully, but these errors were encountered: