{"id":13338379,"url":"https://github.com/zarifpour/zed-solidity","last_synced_at":"2026-02-19T17:00:34.629Z","repository":{"id":224315128,"uuid":"762968198","full_name":"zarifpour/zed-solidity","owner":"zarifpour","description":"💠 Solidity language support for Zed.","archived":false,"fork":false,"pushed_at":"2025-11-11T21:58:45.000Z","size":707,"stargazers_count":59,"open_issues_count":5,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-04T01:42:21.207Z","etag":null,"topics":["blockchain","ethereum","evm","solidity","syntax","syntax-highlighting","syntax-tree","tree-sitter","zed","zed-extension"],"latest_commit_sha":null,"homepage":"","language":"Solidity","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/zarifpour.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"zarifpour","buy_me_a_coffee":"zarifpour"}},"created_at":"2024-02-25T07:38:40.000Z","updated_at":"2025-11-24T08:22:05.000Z","dependencies_parsed_at":"2024-07-15T03:33:11.891Z","dependency_job_id":"019d1922-edee-41f7-a0a6-d9722a1bbee9","html_url":"https://github.com/zarifpour/zed-solidity","commit_stats":null,"previous_names":["zarifpour/zed-solidity"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/zarifpour/zed-solidity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarifpour%2Fzed-solidity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarifpour%2Fzed-solidity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarifpour%2Fzed-solidity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarifpour%2Fzed-solidity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zarifpour","download_url":"https://codeload.github.com/zarifpour/zed-solidity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zarifpour%2Fzed-solidity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29623545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","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":["blockchain","ethereum","evm","solidity","syntax","syntax-highlighting","syntax-tree","tree-sitter","zed","zed-extension"],"created_at":"2024-07-29T19:16:18.329Z","updated_at":"2026-02-19T17:00:34.625Z","avatar_url":"https://github.com/zarifpour.png","language":"Solidity","funding_links":["https://github.com/sponsors/zarifpour","https://buymeacoffee.com/zarifpour","https://www.buymeacoffee.com/zarifpour","https://img.buymeacoffee.com/button-api/?text=Help"],"categories":["🌐 Languages"],"sub_categories":[],"readme":"# 💠 Solidity Language Support for Zed\n\nEnhance Zed with Solidity language support, including syntax highlighting and language server features such as diagnostics and more!\n\n## Features\n\n### Solidity (`.sol`)\n\n- Syntax highlighting via [tree-sitter-solidity](https://github.com/JoranHonig/tree-sitter-solidity)\n- Diagnostics, completions, go-to-definition, and other LSP features via [@nomicfoundation/solidity-language-server](https://github.com/NomicFoundation/hardhat-vscode/tree/main/server)\n- Code outline, indentation, and bracket matching\n\n### Yul (`.yul`)\n\n- Syntax highlighting via [tree-sitter-yul](https://github.com/czepluch/tree-sitter-yul), including recognition of EVM builtins\n- Code outline, indentation, and bracket matching\n- No LSP support (the Nomic Foundation language server does not support standalone `.yul` files)\n\n\u003e [!Tip]\n\u003e For the best experience, it is highly recommended to use [XY-Zed](https://github.com/zarifpour/xy-zed). This extension has been built on top of the XY-Zed theme, ensuring that all colors are thoughtfully chosen to provide intelligent syntax highlighting.\n\n---\n\n![CleanShot 2024-02-28 at 02 40 51 on Zed — example sol — zed-solidity@2x](public/screenshot.png)\n\n---\n\n## 🛠️ Development Setup\n\n### 1. Clone the repository\n\n```shell\ngit clone https://github.com/zarifpour/zed-solidity\n```\n\n### 2. Uninstall the existing extension\n\nIf you have the existing extension installed, you need to uninstall it before installing the development version.\n\n### 3. Load the extension\n\n- Open `zed: extensions`.\n- Click `Install Dev Extension`.\n- Select the `zed-solidity` directory.\n\n### 4. Rebuild the extension as needed\n\nAs you make changes to the extension, you may need to rebuild it. To do so:\n\n- Open `zed: extensions`.\n- Click the `Rebuild` button next to the extension.\n\n## 🎸 Contributing\n\nContributions are welcome!\n\nTo contribute:\n\n1. Fork the repo and create a new branch.\n2. Make changes and test them.\n3. Submit a pull request with a clear description.\n\nCheck open issues for areas needing improvement. Thanks for helping improve Solidity support in Zed!\n\n\u003ca href=\"https://github.com/zarifpour/zed-solidity/graphs/contributors\"\u003e\n  \u003cimg alt=\"contrib.rocks\" src=\"https://contrib.rocks/image?repo=zarifpour/zed-solidity\" /\u003e\n\u003c/a\u003e\n\n## 🏆 Acknowledgments\n\n- [@JoranHonig](https://github.com/JoranHonig) for providing the [tree-sitter-solidity](https://github.com/JoranHonig/tree-sitter-solidity) repository.\n- [@meetmangukiya](https://github.com/meetmangukiya) and [@tomholford](https://github.com/tomholford) for inspiration with their PRs to the main Zed repo.\n\n---\n\n\u003cdiv align=center\u003e\n\nMade with 🩵 by \u003ca href=\"https://zarifpour.xyz\"\u003eDaniel Zarifpour\u003c/a\u003e\n\n\u003ca href=\"https://www.buymeacoffee.com/zarifpour\"\u003e\u003cimg src=\"https://img.buymeacoffee.com/button-api/?text=Help me love\u0026emoji=♥️\u0026slug=zarifpour\u0026button_colour=ffbbb6\u0026font_colour=000000\u0026font_family=Cookie\u0026outline_colour=FF0000\u0026coffee_colour=FFDD00\" /\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzarifpour%2Fzed-solidity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzarifpour%2Fzed-solidity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzarifpour%2Fzed-solidity/lists"}