Remove Beancount as a built-in language (#7934)

This PR removes Beancount as a built-in language, as it is now available
as an [extension](https://github.com/zed-extensions/beancount).

Release Notes:

- Removed built-in support for Beancount, as it is now provided by an
[extension](https://github.com/zed-extensions/beancount).
This commit is contained in:
Marshall Bowers 2024-02-18 09:58:12 -05:00 committed by GitHub
parent a041e07c99
commit b91d6da6b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 39 deletions

View file

@ -111,7 +111,6 @@ tiny_http = "0.8"
toml.workspace = true
tree-sitter-astro.workspace = true
tree-sitter-bash.workspace = true
tree-sitter-beancount.workspace = true
tree-sitter-c-sharp.workspace = true
tree-sitter-c.workspace = true
tree-sitter-clojure.workspace = true