Add Kakoune GDScript syntax highlighting

This commit is contained in:
Hugo Locurcio 2019-02-26 21:28:51 +01:00
parent 5d5e1393c4
commit 6c737368b0
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -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.