{"id":17048599,"url":"https://github.com/adriaanzon/vim-emmet-ultisnips","last_synced_at":"2026-02-20T01:01:55.414Z","repository":{"id":206537853,"uuid":"162016206","full_name":"adriaanzon/vim-emmet-ultisnips","owner":"adriaanzon","description":"Emmet for Vim, implemented with UltiSnips","archived":false,"fork":false,"pushed_at":"2024-03-24T20:47:58.000Z","size":47,"stargazers_count":10,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T03:59:48.720Z","etag":null,"topics":["emmet","html","snippets","ultisnips","vim"],"latest_commit_sha":null,"homepage":"","language":"Python","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/adriaanzon.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":"2018-12-16T15:45:44.000Z","updated_at":"2022-03-19T13:07:18.000Z","dependencies_parsed_at":"2024-10-21T15:59:14.892Z","dependency_job_id":null,"html_url":"https://github.com/adriaanzon/vim-emmet-ultisnips","commit_stats":null,"previous_names":["adriaanzon/vim-emmet-ultisnips"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adriaanzon/vim-emmet-ultisnips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriaanzon%2Fvim-emmet-ultisnips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriaanzon%2Fvim-emmet-ultisnips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriaanzon%2Fvim-emmet-ultisnips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriaanzon%2Fvim-emmet-ultisnips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adriaanzon","download_url":"https://codeload.github.com/adriaanzon/vim-emmet-ultisnips/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriaanzon%2Fvim-emmet-ultisnips/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["emmet","html","snippets","ultisnips","vim"],"created_at":"2024-10-14T09:52:32.787Z","updated_at":"2026-02-20T01:01:55.386Z","avatar_url":"https://github.com/adriaanzon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Emmet for Vim, implemented with UltiSnips.\n\n## Installation\n\nRequires Python 3.4 or higher (`:python3 print(sys.version)`) and\n[UltiSnips](https://github.com/SirVer/ultisnips).\n\nInstall via e.g. vim-plug:\n\n```vim\nPlug 'adriaanzon/vim-emmet-ultisnips'\nPlug 'SirVer/ultisnips'\n```\n\n### Configuration\n\nThe snippets are enabled by default in HTML files. To use it in Vue files for\nexample, put the following in your `UltiSnips/vue.snippets`:\n\n```\nextends html\n```\n\n## Supported syntax\n\n| name              | example            |\n| ---               | ---                |\n| [element]         | `div`, `p`         |\n| [class][id-class] | `.foo`, `.foo.bar` |\n| [id][id-class]    | `#foobar`          |\n| [child]           | `ul\u003eli`            |\n| [sibling]         | `div+p`            |\n| [repeat]          | `div*3`            |\n| [text]            | `a{Click me}`      |\n\n[element]: https://docs.emmet.io/abbreviations/syntax/#elements\n[id-class]: https://docs.emmet.io/abbreviations/syntax/#id-and-class\n[child]: https://docs.emmet.io/abbreviations/syntax/#child-gt\n[sibling]: https://docs.emmet.io/abbreviations/syntax/#sibling\n[repeat]: https://docs.emmet.io/abbreviations/syntax/#multiplication\n[text]: https://docs.emmet.io/abbreviations/syntax/#text\n\n## Alternatives\n\n* [mattn/emmet-vim](https://github.com/mattn/emmet-vim)\n* [jceb/emmet.snippets](https://github.com/jceb/emmet.snippets)\n\nBoth of these didn't work the way I wanted. I wanted it to simply work by\nwriting an Emmet abbreviation and pressing `\u003cTab\u003e`, while also still having\n`\u003cTab\u003e` mapped to trigger a snippet.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriaanzon%2Fvim-emmet-ultisnips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadriaanzon%2Fvim-emmet-ultisnips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriaanzon%2Fvim-emmet-ultisnips/lists"}