From 5277ba709cc6026212320ac5f2ac93a17a0349a6 Mon Sep 17 00:00:00 2001 From: i582 <51853996+i582@users.noreply.github.com> Date: Tue, 3 Jan 2023 21:00:08 +0400 Subject: [PATCH] Move VS Code plugin in Editor plugins and fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71a78d0..12b75b5 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,7 @@ ### Editor plugins - [sublime-v](https://github.com/onerbs/sublime-v) - Fully-featured Sublime Text 3 package for the V Programming Language. +- [vscode-vlang](https://github.com/vlang/vscode-vlang) - V Language extension for Visual Studio Code. - [vim-vtools](https://github.com/zakuro9715/vim-vtools) - V tools for Vim, including auto formatting. - [IntelliJ V](https://github.com/intellij-v/intellij-v) - Plugin for IntelliJ IDEA and other JetBrains IDEs. @@ -331,7 +332,6 @@ - [vlang-mode.el](https://github.com/Naheel-Azawy/vlang-mode.el) - Emacs major mode for the V programming language. - [vlang-sublime](https://github.com/oversoul/vlang-sublime) - Sublime text 3 Support for the Vlang Programming Language. - [v-mode](https://github.com/damon-kwok/v-mode) - Emacs major mode for the V programming language. -- [vscode-vlang](https://github.com/0x9ef/vscode-vlang) - V Language extension for Visual Studio Code. - [v-vim](https://github.com/ollykel/v-vim) - Support for V syntax highlighting in Vim. ### Tutorials