From a7edeb365fd22dd4d2958b76d8f37e0083592ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20L=2E=20Alvares?= Date: Sun, 19 Jan 2025 21:18:32 -0300 Subject: [PATCH] docs: add Helix editor on README.md (#917) Starting from 25.01, Helix now supports Teal built-in, the editor also integrates LSP by invoking teal-language-server from PATH. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b37ea8f..2b75a223 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ https://github.com/teal-language/teal-types — check it out and make your contr ## Text editor support -Teal language support is currently available for [Vim](https://github.com/teal-language/vim-teal), [Visual Studio Code](https://github.com/teal-language/vscode-teal) and [lite](https://github.com/rxi/lite-plugins/blob/master/plugins/language_teal.lua) with [linter](https://github.com/drmargarido/linters/blob/master/linter_teal.lua) support. +Teal language support is currently available for [Vim](https://github.com/teal-language/vim-teal), [Visual Studio Code](https://github.com/teal-language/vscode-teal), [lite](https://github.com/rxi/lite-plugins/blob/master/plugins/language_teal.lua) with [linter](https://github.com/drmargarido/linters/blob/master/linter_teal.lua) support and [Helix](https://docs.helix-editor.com/lang-support.html#:~:text=teal&text=teal-language-server) with LSP support. ## Community