Last 12 weeks · 0 commits
2 of 6 standards met
Repository: vuejs/vue-syntax-highlight. Description: 💡 Sublime Text syntax highlighting for single-file Vue components Stars: 1482, Forks: 225. License: MIT. Latest release: st4-4.1.0 (3y ago). Open PRs: 2, open issues: 26. Last activity: 2y ago. Community health: 37%. Top contributors: yyx990803, azamat-sharapov, jpokrzyk, skyronic, benjcal, aleph1, Gcaufy, GeorgeSG, xgvargas, wszgxa and others.
I don't use Sublime Text (so can't check the branch), but this issue appears on GitHub which uses this repository for syntax highlighting and is using the latest version of the master branch. The optional chaining operator () causes the file to stop syntax highlighting the rest of the file when it is used in an attribute inside `` With optional chaining operator: Screenshot !Screenshot 2022-05-18 at 17 40 33 Without optional chaining operator:
This PR applies further fixes and improvements with regards to correct meta scopes, close-tag handling and aligns the overall syntax structure with ST's core HTML.sublime-syntax. For details about the single changes, please refer to commit messages.