From 241ebef35b18d3d400b6e424bb6d19f9c61b26ed Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Fri, 22 Apr 2022 16:01:34 +0300 Subject: [PATCH] Add Zas Editor --- IDEsAndTextEditorPlugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IDEsAndTextEditorPlugins.md b/IDEsAndTextEditorPlugins.md index 55064b52..cdbbef6d 100644 --- a/IDEsAndTextEditorPlugins.md +++ b/IDEsAndTextEditorPlugins.md @@ -53,6 +53,7 @@ These editors are less popular, and may have less modern Go support. In particul * [Golang Build](https://github.com/golang/sublime-build) is the official Sublime Text package for Go build system integration. * **[Textadept](http://foicica.com/textadept/)**: Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor. Supports Go syntax highlighting out of the box. * **[TextMate](http://macromates.com/)**: Commercial text editor for macOS. [Source code available](https://github.com/textmate/textmate) under the GPLv3. [Bundle for Go available](https://github.com/syscrusher/golang.tmbundle). + * **[Zas Editor](https://www.zeditor.app/)**: A new, capable, and fast code editor for Go and Rust, focused on both reading and writing code. ## Cloud Based IDEs