From c988c69351da3aa1c2bcdb930b05ef7200ccf28f Mon Sep 17 00:00:00 2001 From: ylluminate Date: Tue, 12 Nov 2019 11:45:11 -0500 Subject: [PATCH] Include Kate syntax highlighting (#33) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5ab78e..23f9f63 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ A curated list of awesome V frameworks, libraries, software and resources. * [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. +* [kate-syntax-highlight-v](https://github.com/Larpon/kate-syntax-highlight-v) - V syntax highlighting for [Kate](https://kate-editor.org/) ### Command-line * [v-args](https://github.com/nedpals/v-args) - V library for parsing arguments from argv-like arrays.