{"id":18980731,"url":"https://github.com/sublimetext/alpinejs","last_synced_at":"2025-04-19T19:13:47.992Z","repository":{"id":151756253,"uuid":"618570972","full_name":"SublimeText/AlpineJS","owner":"SublimeText","description":"AlpineJS syntax for Sublime Text ","archived":false,"fork":false,"pushed_at":"2025-02-15T10:26:50.000Z","size":21,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T12:11:11.473Z","etag":null,"topics":["alpinejs","sublime-text","sublime-text-package","syntax-highlighting"],"latest_commit_sha":null,"homepage":"","language":"PHP","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":"2023-03-24T19:03:19.000Z","updated_at":"2025-02-15T10:26:54.000Z","dependencies_parsed_at":"2024-05-17T16:03:03.235Z","dependency_job_id":"95b6fdad-944d-48b3-aa7c-9afd845cbd06","html_url":"https://github.com/SublimeText/AlpineJS","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FAlpineJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FAlpineJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FAlpineJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FAlpineJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SublimeText","download_url":"https://codeload.github.com/SublimeText/AlpineJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249239344,"owners_count":21235852,"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","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":["alpinejs","sublime-text","sublime-text-package","syntax-highlighting"],"created_at":"2024-11-08T16:07:37.407Z","updated_at":"2025-04-16T12:31:13.357Z","avatar_url":"https://github.com/SublimeText.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"AlpineJS\n========\n\n[AlpineJS](https://alpinejs.dev) syntax definitions for [Sublime Text](https://www.sublimetext.com) based on its HTML and PHP syntaxes.\n\n## Installation\n\n### Package Control\n\nThe easiest way to install is using [Package Control](https://packagecontrol.io). It's listed as `AlpineJS`.\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 `AlpineJS` and hit \u003ckbd\u003eEnter\u003c/kbd\u003e\n\n### Manual Install\n\n1. Download appropriate [AlpineJS.sublime-package](https://github.com/SublimeText/AlpineJS/releases) for your Sublime Text build.\n2. Rename it to _AlpineJS.sublime-package_\n3. Copy it into _Installed Packages_ directory\n\n\u003e [!NOTE]\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- requires Sublime Text 4143+\n\n## Astro\n\nAlpineJS can be combined with [Astro](https://packagecontrol.io/packages/Astro).\n\nJust create a _HTML (Astro, AlpineJS).sublime-syntax_ with following content in your _User_ package.\n\n```yaml\n%YAML 1.2\n---\n# http://www.sublimetext.com/docs/syntax.html\nname: HTML (Astro, AlpineJS)\nscope: text.html.Astro.alpinejs\nversion: 2\n\nextends:\n  - Packages/AlpineJS/Syntaxes/HTML (AlpineJS).sublime-syntax\n  - Packages/Astro/Syntaxes/HTML (Astro).sublime-syntax\n```\n\n## Laravel Blade\n\nAlpineJS can be combined with [Laravel Blade v2.0.0+](https://packagecontrol.io/packages/Laravel%20Blade).\n\nJust create a _HTML (Blade, AlpineJS).sublime-syntax_ with following content in your _User_ package.\n\n```yaml\n%YAML 1.2\n---\n# http://www.sublimetext.com/docs/syntax.html\nname: HTML (Blade, AlpineJS)\nscope: text.html.blade.alpinejs\nversion: 2\n\nextends:\n  - Packages/AlpineJS/Syntaxes/PHP (AlpineJS).sublime-syntax\n  - Packages/Laravel Blade/Syntaxes/HTML (Blade).sublime-syntax\n```\n\n## Elixir HEEx\n\nAlpineJS can be combined with [ElixirSyntax](https://packagecontrol.io/packages/ElixirSyntax).\n\nJust create a _HTML (HEEx, AlpineJS).sublime-syntax_ with following content in your _User_ package.\n\n```yaml\n%YAML 1.2\n---\n# http://www.sublimetext.com/docs/syntax.html\nname: HTML (HEEx, AlpineJS)\nscope: text.html.heex.alpinejs\nversion: 2\n\nextends:\n  - Packages/AlpineJS/Syntaxes/HTML (AlpineJS).sublime-syntax\n  - Packages/ElixirSyntax/syntaxes/HTML (HEEx).sublime-syntax\n```\n\n## Troubleshooting\n\nAlpineJS extends Sublime Text's HTML syntax definitions.\n\nIf AlpineJS syntax highlighting doesn't work and console displays syntax errors in e.g. _HTML (AlpineJS).sublime-syntax_, please make sure to remove any out-dated syntax override.\n\nSteps:\n\n1. call _Menu \u003e Preferences \u003e Browse Packages.._\n2. Look for _HTML_ or _PHP_ folders\n3. Remove them or at least delete any syntax definition in them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Falpinejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsublimetext%2Falpinejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Falpinejs/lists"}