From 69d00357da2d46983f6b0996705bbaf895c7ecf8 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Sat, 15 Jan 2022 10:38:14 +0000 Subject: [PATCH] Add readme section about editor plugins, with both vim syntax highlighting plugins listed --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3c220b1..07bf171 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,13 @@ template ShumateDemoWindow : Gtk.ApplicationWindow { } ``` +## Editor plugins + +### Vim + +- [Syntax highlighting by thetek42](https://github.com/thetek42/vim-blueprint-syntax) +- [Syntax highlighting by gabmus](https://gitlab.com/gabmus/vim-blueprint) + ## License Copyright (C) 2021 James Westman