Mcfunction Syntax Highlighting for Zed
Enhance Zed with mcfunction syntax highlighting!

๐ ๏ธ Development Setup
1. Clone the repository
git clone https://github.com/bcheidemann/zed-mcfunction2. 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-mcfunctiondirectory.
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 mcfunction support in Zed!
๐ Acknowledgments
- @zarifpour and the developers of zed-env, which this extension is forked from.
- @IoeCmcomc for providing the tree-sitter-mcfunction repository.