Enhance Zed with environment syntax highlighting!
- Supports
.env
and.conf
files. - Tree Sitter: tree-sitter-dotenv
git clone https://github.com/zarifpour/zed-env
If you have the existing extension installed, you need to uninstall it before installing the development version.
- Open
zed: extensions
. - Click
Install Dev Extension
. - Select the
zed-env
directory.
As you make changes to the extension, you may need to rebuild it. To do so:
- Open
zed: extensions
. - Click the
Rebuild
button next to the extension.
Contributions are welcome!
To contribute:
- Fork the repo and create a new branch.
- Make changes and test them.
- Submit a pull request with a clear description.
Check open issues for areas needing improvement. Thanks for helping improve Solidity support in Zed!
- @EpocSquadron for providing the tree-sitter-dotenv repository.
Made with ๐ค by Daniel Zarifpour