mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-04 18:09:55 +03:00
694 B
694 B
Changelog
This document lists new features, improvements, changes, and bug fixes in each release of the package.
GDScript mode 1.0.0
This is the initial release of gdscript-mode, which adds support for the Godot engine's GDScript programming language in Emacs.
Features:
- Syntax highlighting
- Code folding
- Imenu
- Indentation and auto-indentation: tab-based (default) and space-based
- GDScript code formatting using gdformat
- Automatic pairing of parentheses, brackets, etc.
- Comment wrapping when using fill-paragraph
- Support for scenes (.tscn), resources (.tres) and GDScript (.gd) files