{"id":29124858,"url":"https://github.com/hirosystems/clarity-zed","last_synced_at":"2025-10-25T02:42:57.040Z","repository":{"id":298152681,"uuid":"984173535","full_name":"hirosystems/clarity-zed","owner":"hirosystems","description":"clarity lsp zed extension","archived":false,"fork":false,"pushed_at":"2025-06-03T19:39:23.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-06-26T11:56:52.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/hirosystems.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-15T14:05:22.000Z","updated_at":"2025-06-03T19:39:25.000Z","dependencies_parsed_at":"2025-06-09T17:48:25.503Z","dependency_job_id":"e2da6640-bddf-4c85-95b7-297c75722bad","html_url":"https://github.com/hirosystems/clarity-zed","commit_stats":null,"previous_names":["hirosystems/clarity-zed"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hirosystems/clarity-zed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirosystems%2Fclarity-zed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirosystems%2Fclarity-zed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirosystems%2Fclarity-zed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirosystems%2Fclarity-zed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hirosystems","download_url":"https://codeload.github.com/hirosystems/clarity-zed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirosystems%2Fclarity-zed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262667299,"owners_count":23345534,"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":[],"created_at":"2025-06-29T21:07:00.589Z","updated_at":"2025-10-25T02:42:56.984Z","avatar_url":"https://github.com/hirosystems.png","language":"Tree-sitter Query","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clarity Language Support for Zed\n\nThis repository adds Clarity language support to the Zed editor.\nClarity is a decidable, Lisp-like language used for writing smart contracts on the [Stacks Blockchain](https://github.com/stacks-network/stacks-core)\n\nThis plugin adds the following:\n- Clarity LSP support (Requires [`clarinet`](https://github.com/hirosystems/clarinet) binary in `$PATH`)\n- Tree sitter syntax highlighting using https://github.com/xlittlerag/tree-sitter-clarity\n\n## Configuration\n\nThe LSP behavior can be customized by adding the following JSON to Zed's `settings.json` file. This example uses the default values:\n\n```json\n\"lsp\": {\n  \"clarity-lsp\": {\n    \"enable_lsp_tasks\": true,\n    \"initialization_options\": {\n      \"completion\": true,\n      \"completionSmartParenthesisWrap\": true,\n      \"completionIncludeNativePlaceholders\": true,\n      \"documentSymbols\": false,\n      \"formatting\": true,\n      \"goToDefinition\": true,\n      \"hover\": true,\n      \"signatureHelp\": true,\n      \"debugLogging\": false\n    }\n  }\n},\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhirosystems%2Fclarity-zed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhirosystems%2Fclarity-zed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhirosystems%2Fclarity-zed/lists"}