Syntax highlighting, IntelliSense, and editor support for Zenith Framework (.zen files)
npm install @zenithbuild/languageVS Code extension providing world-class development support for the Zenith framework.
zenith-language brings the Zenith development experience into VS Code. It provides syntax highlighting, intelligent code completion, and deep integration with the Zenith LSP to make building reactive apps a breeze.
- Syntax Highlighting: Expertly crafted TextMate grammar for .zen files, including embedded JavaScript, TypeScript, and CSS.
- IntelliSense: Smart completions for Zenith components, hooks, and reactive state.
- Emmet Support: Accelerated HTML development inside .zen templates.
- Project Scaffolding: Integrated support for starting new projects.
- LSP Integration: Leverages @zenithbuild/language-server for powerful diagnostics and refactoring.
- .zen
- .zenx
- .zen.html
The extension automatically configures your editor for the best experience. For more details on customization, see the VS Code settings for Zenith.
``bashClone the repository
git clone https://github.com/zenithbuild/zenith.git
MIT