{"id":31776932,"url":"https://github.com/sublimetext/vue","last_synced_at":"2025-10-10T05:59:53.938Z","repository":{"id":263446201,"uuid":"890394303","full_name":"SublimeText/Vue","owner":"SublimeText","description":"Vue syntax for Sublime Text","archived":false,"fork":false,"pushed_at":"2025-07-09T16:32:42.000Z","size":565,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-30T20:52:06.187Z","etag":null,"topics":["sublime-text","sublime-text-package","syntax-highlighting"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SublimeText.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-18T13:49:34.000Z","updated_at":"2025-07-09T16:12:38.000Z","dependencies_parsed_at":"2024-11-18T16:52:10.424Z","dependency_job_id":null,"html_url":"https://github.com/SublimeText/Vue","commit_stats":null,"previous_names":["sublimetext/vue"],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/SublimeText/Vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FVue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FVue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FVue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FVue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SublimeText","download_url":"https://codeload.github.com/SublimeText/Vue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FVue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002865,"owners_count":26083468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sublime-text","sublime-text-package","syntax-highlighting"],"created_at":"2025-10-10T05:59:51.637Z","updated_at":"2025-10-10T05:59:53.932Z","avatar_url":"https://github.com/SublimeText.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue\n\nSublime Text Syntax highlighting for single-file [Vue.js](http://vuejs.org) components \nbased on its HTML, CSS, JavaScript, TypeScript, JSX, TSX and HAML syntaxes.\n\n![preview](preview.png)\n\nThe `main` branch targets Sublime Text 4.\n\nFor Sublime Text 2 compatible package using `.tmlanguage` files, see `st2` branch.\n\nFor Sublime Text 3 (3153+) compatible package using `.sublime-syntax` files, see `st3153` branch.\n\nThis repository is a fork of [vuejs/vue-syntax-highlight](https://github.com/vuejs/vue-syntax-highlight)\nwith focus on providing syntax highlighting only for Sublime Text.\n\n## Installation\n\n### Package Control\n\nThe easiest way to install is using [Package Control](https://packagecontrol.io). It's listed as `Vue`.\n\n1. Open `Command Palette` using \u003ckbd\u003ectrl+shift+P\u003c/kbd\u003e or menu item `Tools → Command Palette...`\n2. Choose `Package Control: Install Package`\n3. Find `Vue` and hit \u003ckbd\u003eEnter\u003c/kbd\u003e\n\n### Manual Install\n\n1. Download appropriate [Vue-5.0.0-st4xxx.sublime-package](https://github.com/SublimeText/Vue/releases) for your Sublime Text build.\n   _The `st4xxx` suffix denotes the least required ST build for the sublime-package to work._\n2. Rename it to _Vue.sublime-package_\n3. Copy it into _Installed Packages_ directory\n\n\u003e [!NOTE]\n\u003e\n\u003e To find _Installed Packages_...\n\u003e\n\u003e 1. call _Menu \u003e Preferences \u003e Browse Packages.._\n\u003e 2. Navigate to parent folder\n\n## Requirements\n\n- Vue 4.0.0+ requires Sublime Text 4107+\n- Syntax highlighting in `\u003cstyle\u003e` tags is powered by:\n  - [Less](https://packagecontrol.io/packages/Less)\n  - [PostCSS](https://packagecontrol.io/packages/PostCSS)\n  - [Sass](https://packagecontrol.io/packages/Sass)\n  - [Stylus](https://packagecontrol.io/packages/Stylus)\n  - [SugarSS](https://packagecontrol.io/packages/Syntax%20Highlighting%20for%20SSS%20SugarSS)\n\n- Syntax highlighting in `\u003cscript\u003e` tags is powered by:\n  - [Babel](https://packagecontrol.io/packages/Babel)\n  - [CoffeeScript](https://packagecontrol.io/packages/CoffeeScript)\n  - [LiveScript](https://packagecontrol.io/packages/LiveScript)\n  - JavaScript _(from Sublime Text)_\n  - TypeScript _(from Sublime Text)_\n  - JSX/TSX _(from Sublime Text)_\n\n- Syntax highlighting in `\u003ctemplate\u003e` tags is powered by:\n  - HAML _(from Sublime Text)_\n  - Mustache _(built-in)_\n  - [Jade](https://packagecontrol.io/packages/Jade)\n  - [Pug](https://packagecontrol.io/packages/Pug)\n  - [Slim](https://packagecontrol.io/packages/Ruby%20Slim)\n\n- Intellisense features are provided by [LSP](https://packagecontrol.io/packages/LSP) and [LSP-vue](https://packagecontrol.io/packages/LSP-vue).\n\n## Troubleshooting\n\n### §1 Syntax Definition Parse Errors\n\nVue extends Sublime Text's HTML syntax definition.\n\nIf Vue syntax highlighting doesn't work \nand console displays syntax errors in _Vue Component.sublime-syntax_,\nplease make sure to remove any out-dated syntax override.\n\nSteps:\n\n1. call _Menu \u003e Preferences \u003e Browse Packages.._\n2. Look for _HTML_ folder\n3. Remove it or at least delete any syntax definition in it.\n\n### §2 Scripts are not correctly highlighted\n\nVue relies on JavaScript (`source.js`), JSX (`source.jsx`), \nTypeScript (`source.ts`) and TSX (`source.tsx`)\nto scope script blocks and inline scripts.\n\nMake sure to remove related out-dated syntax packages,\nwhich don't meet least compatibility requirements.\n\nThey can be identified by calling \ne.g. `sublime.find_syntax_by_scope(\"source.ts\")` in ST's console.\n\nKnown candidates are:\n\n- [JavaScriptNext - ES6 Syntax](https://packagecontrol.io/packages/JavaScriptNext%20-%20ES6%20Syntax)\n- [Naomi](https://github.com/borela/naomi)\n- [TypeScript](https://packagecontrol.io/packages/TypeScript)\n- [TypeScript Syntax](https://packagecontrol.io/packages/TypeScript%20Syntax)\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Fvue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsublimetext%2Fvue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Fvue/lists"}