1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

add syntax highlighting

This commit is contained in:
whoami 2019-07-23 02:15:34 +03:00 committed by Alexander Medvednikov
parent 78dcdc6f56
commit 61afacf653

View File

@ -6,8 +6,9 @@ A curated list of awesome V frameworks, libraries, software and resources.
* [Applications](#applications)
* [Package manager](#package-manager)
* [Libraries](#libraries)
* [Syntax highlighting](#syntax-highlighting)
* [Command-line](#command-line)
* [Text Processing](#text-processing)
* [Text processing](#text-processing)
* [Telegram](#telegram)
* [Other](#other)
* [Programming contests](#programming-contests)
@ -21,6 +22,11 @@ A curated list of awesome V frameworks, libraries, software and resources.
## Libraries
### Syntax highlighting
* [v-vim](https://github.com/ollykel/v-vim) - Support for V syntax highlighting in Vim.
* [vim-v](https://github.com/lcolaholicl/vim-v) - Vim syntax highlighter for V programming language.
* [vscode-vlang](https://github.com/0x9ef/vscode-vlang) - V Language extension for Visual Studio Code.
### Command-line
* [v-args](https://github.com/nedpals/v-args) - V library for parsing arguments from argv-like arrays.
@ -40,7 +46,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
### Programming contests
* [RustemB/rosetta-code-v](https://github.com/RustemB/rosetta-code-v) -- Solutions for Rosetta Code in V.
* [RustemB/rosetta-code-v](https://github.com/RustemB/rosetta-code-v) - Solutions for Rosetta Code in V.
## Articles