Editor Integrations
Visual Studio Code
The Vento for Visual Studio Code extension enables syntax highlighting and provides some useful snippets (Quick Install). For the source code, feature request or bug reports, check out the git repository.
Open VSX Registry
Vento plugin is also available in Open VSX.
Sublime Text
There's a
Vento plugin for Sublime Text created and maintained by vrugtehagel that
you can install from the Command Palette
(Package Control: Install Package -> Vento). For the source code, feature
request or bug reports, check out the
git repository.
Neovim
Vento syntax highlighting, created by wrapperup, is available for Neovim through nvim-treesitter.
To use it, install the "vento" parser with TSInstall, or add it to the
ensure_installed list in the setup function.
It's also recommended to install "javascript" and "html" parsers to get better syntax highlighting inside vento files.
require("nvim-treesitter.configs").setup({
ensure_installed = { "vento", "html", "javascript", "..." },
})
Zed
The Vento extension for Zed, created and maintained by Deniz Akşimşek, provides syntax highlighting. It can be installed from the Zed extensions gallery.
Nova
There's a Vento extension for Nova created and maintained by Adrian Lorenzana to provide syntax highlighting support. You can see the source code on Tangled.
WebStorm
Install the Vento plugin from the Jetbrains marketplace. The plugin, created and maintained by Florian Hehlen, not only provides syntax highlighting but also checks for errors.