From 61afacf653213158127ec734f3cd4e2ebd522d68 Mon Sep 17 00:00:00 2001 From: whoami Date: Tue, 23 Jul 2019 02:15:34 +0300 Subject: [PATCH] add syntax highlighting --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d8f3df..52aa06e 100644 --- a/README.md +++ b/README.md @@ -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