Geany
This project provides GDScript syntax highlighting support for the Geany text editor/IDE, enabling a better coding experience when working with Godot Engine projects. It includes installation instructions for setting up Geany to recognize and highlight GDScript code.
https://github.com/haimat/GDScript-GeanyGDScript Syntax Highlighting for Geany
This repository offers a GDScript syntax definition for the Geany text editor, a lightweight IDE. Integrating this definition enhances the development workflow for Godot Engine users by providing syntax highlighting and improved code readability within Geany.
Installation
To install, copy filetypes.GDScript.conf
to ~/.config/geany/filedefs
. Then, in Geany, modify filetype_extensions.conf
to associate .gd
files with GDScript and configure the filetype groups. Restarting Geany will then automatically apply the syntax highlighting when opening GDScript files.
Godot Setup
Configure Godot to use Geany as the external editor by navigating to Editor Settings and specifying the Geany executable path. Enable the 'Use External Editor' option to seamlessly integrate Geany with Godot for script editing.