๐ Environment Support for Zed
Enhance Zed with environment syntax highlighting!
- Supports
.envand.conffiles. - Tree Sitter: tree-sitter-dotenv

๐ ๏ธ Development Setup
1. Clone the repository
git clone https://github.com/zarifpour/zed-env2. Uninstall the existing extension
If you have the existing extension installed, you need to uninstall it before installing the development version.
3. Load the extension
- Open
zed: extensions. - Click
Install Dev Extension. - Select the
zed-envdirectory.
4. Rebuild the extension as needed
As you make changes to the extension, you may need to rebuild it. To do so:
- Open
zed: extensions. - Click the
Rebuildbutton next to the extension.
๐ธ Contributing
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!
๐ Acknowledgments
- @EpocSquadron for providing the tree-sitter-dotenv repository.
Made with ๐ค by Daniel Zarifpour