From 3c671ab60583074937878361ac51254c1c62281f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20Ak=C5=9Fim=C5=9Fek?= Date: Fri, 15 Nov 2024 20:15:42 +0300 Subject: [PATCH] Add Zed integration to Editor Integrations page --- docs/editor-integrations.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/editor-integrations.md b/docs/editor-integrations.md index 449a61f..ec5525d 100644 --- a/docs/editor-integrations.md +++ b/docs/editor-integrations.md @@ -39,3 +39,10 @@ require("nvim-treesitter.configs").setup({ ensure_installed = { "vento", "html", "javascript", "..." }, }) ``` + +## Zed + +The +[Vento extension for Zed](https://github.com/dz4k/zed-vento) +provides syntax highlighting. It can be installed from the Zed +[extensions gallery](https://zed.dev/docs/extensions/installing-extensions).