1This crate contains Zed's builtin languages. Eventually these will be migrated to the extension system.
2
3When updating the `*.scm` TreeSitter query files, the following can be helpful:
4
5```sh
6HOT_RELOAD_BUILTIN_TREE_SITTER_QUERIES=. cargo run
7```
8
9The implementation of this is fairly inefficient - on every file change it reloads all builtin languages and resets the language on all buffers.
10
11This also works with release builds of Zed, and when run from some other directory it can be set to the path of the Zed repository that has the queries.