From 6c737368b0497be2fe0664039fa58a4b727af34c Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 26 Feb 2019 21:28:51 +0100 Subject: [PATCH] Add Kakoune GDScript syntax highlighting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03d4135..e0d72ec 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game - [Atom](https://atom.io/packages/lang-gdscript) - Syntax highlighting. - [Geany](https://github.com/haimat/GDScript-Geany) - Syntax highlighting. - [Gedit](https://github.com/haimat/GDScript-gedit) - Syntax highlighting. +- [Kakoune](https://github.com/Skytrias/gdscript-kak) - Syntax highlighting. - [Sublime Text](https://github.com/beefsack/GDScript-sublime) - Syntax highlighting. - [Vim](https://github.com/calviken/vim-gdscript3) - Syntax highlighting, autocompletion and linting. Also supports the Godot shader language. - [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=geequlim.godot-tools) - Comes with a wealth of features to make your programming experience as comfortable as possible.