Skip to content

Commit 3c03787

Browse files
authored
Text editors section update (#70)
* Remove intellij-zig since it's abandoned The project is no longer maintained and is looking for a new maintainer * Sort repos in Text Editor alphabetically Just make some well-defined order * Update ZigBrains plugin description Plugin targets many JetBrains IDEs, so reflect this in the description and mention most popular IDEs from plugin users
1 parent 48e97c3 commit 3c03787

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,15 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
7979

8080
### Text Editors
8181

82-
- [zigtools/zls](https://github.com/zigtools/zls) : The @ziglang language server for all your Zig editor tooling needs, from autocomplete to goto-def! [install.zigtools.org/](https://install.zigtools.org/)
83-
- [ziglang/vscode-zig](https://github.com/ziglang/vscode-zig) : Zig language support for VSCode.
84-
- [ziglang/zig.vim](https://github.com/ziglang/zig.vim) : Vim configuration for Zig.
85-
- [ice1000/intellij-zig](https://github.com/ice1000/intellij-zig) : The IntelliJ IDEA plugin for the Zig programming language ┗😃┛ ┏😃┓ ┗😃┛ ┏😃┓
86-
- [FalsePattern/ZigBrains](https://github.com/FalsePattern/ZigBrains) : Another IntelliJ IDEA plugin for Zig
82+
- [FalsePattern/ZigBrains](https://github.com/FalsePattern/ZigBrains) : JetBrains IDEs (CLion, IntelliJ IDEA and others) plugin for Zig
83+
- [isaachier/ztags](https://github.com/isaachier/ztags) : ctags implementation for Zig written in Zig.
84+
- [jinzhongjia/znvim](https://github.com/jinzhongjia/znvim) : neovim remote rpc client implementation with Zig.
8785
- [Tetralux/sublime-zig](https://github.com/Tetralux/sublime-zig) : My own, more lightweight, syntax highlighting for the Zig Programming Language.
8886
- [ziglang/sublime-zig-language](https://github.com/ziglang/sublime-zig-language) : Zig language support for Sublime Text.
87+
- [ziglang/vscode-zig](https://github.com/ziglang/vscode-zig) : Zig language support for VSCode.
88+
- [ziglang/zig.vim](https://github.com/ziglang/zig.vim) : Vim configuration for Zig.
8989
- [ziglang/zig-mode](https://github.com/ziglang/zig-mode) : Zig mode for Emacs.
90-
- [isaachier/ztags](https://github.com/isaachier/ztags) : ctags implementation for Zig written in Zig.
91-
- [jinzhongjia/znvim](https://github.com/jinzhongjia/znvim) : neovim remote rpc client implementation with Zig.
90+
- [zigtools/zls](https://github.com/zigtools/zls) : The @ziglang language server for all your Zig editor tooling needs, from autocomplete to goto-def! [install.zigtools.org/](https://install.zigtools.org/)
9291

9392
### Linter
9493

0 commit comments

Comments
 (0)