{"id":43316968,"url":"https://github.com/zed-extensions/leptos","last_synced_at":"2026-02-01T22:05:13.725Z","repository":{"id":293428250,"uuid":"984001252","full_name":"zed-extensions/leptos","owner":"zed-extensions","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-15T22:22:42.000Z","size":16,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-19T06:48:32.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Tree-sitter Query","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zed-extensions.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,"zenodo":null}},"created_at":"2025-05-15T08:40:20.000Z","updated_at":"2025-12-15T22:22:44.000Z","dependencies_parsed_at":"2025-05-15T09:50:48.852Z","dependency_job_id":null,"html_url":"https://github.com/zed-extensions/leptos","commit_stats":null,"previous_names":["zed-extensions/leptos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zed-extensions/leptos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fleptos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fleptos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fleptos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fleptos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zed-extensions","download_url":"https://codeload.github.com/zed-extensions/leptos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fleptos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28992672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T22:01:47.507Z","status":"ssl_error","status_checked_at":"2026-02-01T21:58:37.335Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-02-01T22:05:13.047Z","updated_at":"2026-02-01T22:05:13.717Z","avatar_url":"https://github.com/zed-extensions.png","language":"Tree-sitter Query","funding_links":[],"categories":["🌐 Languages"],"sub_categories":[],"readme":"# Leptos Extension for Zed\n\nThis extension adds support for the [Leptos](https://github.com/leptos-rs/leptos) Rust web framework to the Zed editor. Primarily through syntax highlighting of `rstml` in Rust files.\n\n## Features\n\n- Proper highlighting for Leptos template macros (`view!`, `html!`, etc.)\n- Integration with rust-analyzer for comprehensive language support\n\n## Installation\n\n1. Open Zed\n2. Go to Settings \u003e Extensions\n3. Search for \"Leptos\"\n4. Click \"Install\"\n\n## Usage\n\nThe extension activates automatically when editing `.rs` files that use Leptos macros. The RSX content within view macros will be properly highlighted:\n\n```rust\nfn app() -\u003e impl IntoView {\n    view! {\n        \u003cdiv class=\"container\"\u003e\n            \u003ch1\u003e\"Hello, Leptos!\"\u003c/h1\u003e\n            \u003cp\u003e\"This syntax is properly highlighted\"\u003c/p\u003e\n            \u003cButton on:click=move |_| { /* event handler */ }\u003e\n                \"Click me\"\n            \u003c/Button\u003e\n        \u003c/div\u003e\n    }\n}\n```\n\n## About Leptos\n\n[Leptos](https://github.com/leptos-rs/leptos) is a full-stack, isomorphic Rust web framework that leverages fine-grained reactivity to build declarative user interfaces. Leptos allows you to write web applications entirely in Rust, with components that can run both on the server and in the browser.\n\n## Acknowledgments\n\nThis extension uses the [tree-sitter-rstml](https://github.com/rayliwell/tree-sitter-rstml) grammar for parsing and highlighting RSTML/RSX syntax within Leptos macros.\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-extensions%2Fleptos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzed-extensions%2Fleptos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-extensions%2Fleptos/lists"}