{"id":31776936,"url":"https://github.com/sublimetext/mustache","last_synced_at":"2025-10-10T05:59:55.042Z","repository":{"id":104375519,"uuid":"91308678","full_name":"SublimeText/Mustache","owner":"SublimeText","description":"Mustache syntax and snippets for Sublime Text","archived":false,"fork":false,"pushed_at":"2024-12-18T19:54:24.000Z","size":615,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-30T19:30:28.892Z","etag":null,"topics":["mustache","sublime-snippets","sublime-syntax","sublime-text"],"latest_commit_sha":null,"homepage":"","language":"Mustache","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","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":"2017-05-15T07:38:31.000Z","updated_at":"2025-06-19T07:35:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"b27fb430-b822-4684-8314-1d5a7547700f","html_url":"https://github.com/SublimeText/Mustache","commit_stats":null,"previous_names":["sublimetext/mustache"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/SublimeText/Mustache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FMustache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FMustache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FMustache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FMustache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SublimeText","download_url":"https://codeload.github.com/SublimeText/Mustache/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FMustache/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":["mustache","sublime-snippets","sublime-syntax","sublime-text"],"created_at":"2025-10-10T05:59:53.170Z","updated_at":"2025-10-10T05:59:55.036Z","avatar_url":"https://github.com/SublimeText.png","language":"Mustache","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sublime Mustache\n\n[Mustache](https://mustache.github.io/) Syntax definitions and Snippets for for [Sublime Text](https://www.sublimetext.com) \nbased on its CSS, HTML, JavaScript and JSON 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 `Mustache`.\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 `Mustache` and hit \u003ckbd\u003eEnter\u003c/kbd\u003e\n\n### Manual Install\n\n1. Download appropriate [Mustache.sublime-package](https://github.com/SublimeText/Mustrache/releases) for your Sublime Text build.\n2. 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### Git Clone\n\nYou can clone this repository into your _Sublime Text x/Packages_\n\n##### Mac OS\n\n```shell\ncd ~/Library/Application\\ Support/Sublime\\ Text/Packages/\ngit clone https://github.com/SublimeText/Mustache.git\n```\n\n##### Linux\n\n```shell\ncd ~/.config/sublime-text/Packages\ngit clone https://github.com/SublimeText/Mustache.git\n```\n\n##### Windows\n\n```shell\ncd \"%APPDATA%\\Sublime Text\\Packages\"\ngit clone https://github.com/SublimeText/Mustache.git\n```\n\n## Snippets\n\n| Name               | Trigger  | Result                                 |\n|:-------------------|:---------|:---------------------------------------|\n| Escaped Variable   | `var`    | `{{ variable }}`                       |\n| Unescaped Variable | `let`    | `{{{ variable }}}`                     |\n| Comment            | `!`      | `{{! comment }}`                       |\n| Section            | `if`     | `{{# variable }} [..] {{/ variable }}` |\n| Inverted Section   | `else`   | `{{^ variable }} [..] {{/ variable }}` |\n| Partial            | `inc`    | `{{\u003e partial }}`                       |\n\n## Screenshots\n\n### Monokai\n![Monokai](docs/monokai.png)\n\n### Mariana\n![Mariana](docs/mariana.png)\n\n### Breakers\n![Breakers](docs/breakers.png)\n\n### Sixteen\n![Sixteen](docs/sixteen.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Fmustache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsublimetext%2Fmustache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Fmustache/lists"}