Link to a more complete GDScript Vim add-on

The section was also renamed to "editor support" as several of
those add-ons do more than just syntax highlighting.
This commit is contained in:
Hugo Locurcio 2019-02-05 23:37:26 +01:00
parent ef6bd39ac7
commit 1fc645d19e
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -114,15 +114,15 @@ A curated list of [free/libre](https://www.gnu.org/philosophy/free-sw.html) game
- [TileSet Builder](https://github.com/HeavenMercy/TileSet-Builder-Godot-Plugin) - Quickly build tilesets with style.
- [Simple Adventure API](https://github.com/Biarity/godot-adventure-api) - Create Adventure/VN/IF games with a simple API (precursor to [this](https://github.com/Biarity/Godot-Adventure-Framework)).
## GDScript syntax highlighting
## GDScript editor support
*Add-ons for text editors that add syntax highlighting to GDscript.*
*Add-ons for text editors that implement GDscript support.*
- [Atom](https://atom.io/packages/lang-gdscript)
- [Geany](https://github.com/haimat/GDScript-Geany)
- [Gedit](https://github.com/haimat/GDScript-gedit)
- [Sublime Text](https://github.com/beefsack/GDScript-sublime)
- [Vim](https://github.com/quabug/vim-gdscript)
- [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.
- [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.
## Godot script editor syntax themes