{"id":33002615,"url":"https://github.com/zed-extensions/beancount","last_synced_at":"2026-02-01T22:05:13.640Z","repository":{"id":221750613,"uuid":"754898584","full_name":"zed-extensions/beancount","owner":"zed-extensions","description":"Zed support for the Beancount language (https://beancount.github.io)","archived":false,"fork":false,"pushed_at":"2025-12-04T00:46:42.000Z","size":23,"stargazers_count":15,"open_issues_count":8,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-06T23:56:36.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-09T01:09:28.000Z","updated_at":"2025-12-03T18:45:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"34e7ac60-48f9-4f71-9076-d54e64b2a9e1","html_url":"https://github.com/zed-extensions/beancount","commit_stats":null,"previous_names":["zed-extensions/beancount"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zed-extensions/beancount","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fbeancount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fbeancount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fbeancount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fbeancount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zed-extensions","download_url":"https://codeload.github.com/zed-extensions/beancount/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zed-extensions%2Fbeancount/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":"2025-11-13T14:00:32.489Z","updated_at":"2026-02-01T22:05:13.634Z","avatar_url":"https://github.com/zed-extensions.png","language":"Rust","funding_links":[],"categories":["Editor Support","🌐 Languages"],"sub_categories":["Misc"],"readme":"# Zed Beancount\n\nThis extension adds support for the [Beancount](https://github.com/beancount/beancount) language.\n\n## Setup\n\nBy default this extension just provides syntax highlighting for `.beancount` and `.bean` files, but also optional support for [`beancount-language-server`](https://github.com/polarmutex/beancount-language-server) as well.\n\nTo use that you will need `beancount` and `beancount-language-server` available in your path. For example, on mac:\n\n```\nbrew install beancount beancount-language-server\n```\n\nWith that installed Zed will show Diagnostic information inline and in the Zed Diagnostics Panel like this:\n\n![beancount-zed-extension-screenshot](https://github.com/user-attachments/assets/bd6a3ac8-9196-4954-ab33-4ed969189cfa)\n\n## Configuration\n\nYou can configure the beancount-language-server by adding initialization options to either your project settings or global Zed settings:\n\n```json\n// Project-specific: .zed/settings.json\n// Global: ~/.config/zed/settings.json\n{\n  \"lsp\": {\n    \"beancount\": {\n      \"initialization_options\": {\n        \"journal_file\": \"/path/to/main.beancount\"\n      }\n    }\n  }\n}\n```\n\n### Custom Binary Path\n\nBy default, the extension searches for `beancount-language-server` in your system PATH. If you need to use a custom binary location, you can configure it:\n\n```json\n{\n  \"lsp\": {\n    \"beancount\": {\n      \"binary\": {\n        \"path\": \"/custom/path/to/beancount-language-server\",\n        \"arguments\": [\"--debug\"],\n        \"env\": {\n          \"CUSTOM_VAR\": \"value\"\n        }\n      }\n    }\n  }\n}\n```\n\nConfiguration options:\n- `path`: Absolute path to the beancount-language-server binary (optional, defaults to searching PATH)\n- `arguments`: Additional command-line arguments to pass to the language server (optional)\n- `env`: Additional environment variables to set for the language server process (optional)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-extensions%2Fbeancount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzed-extensions%2Fbeancount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzed-extensions%2Fbeancount/lists"}