mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-04 18:09:55 +03:00
982 B
982 B
Changelog
This document lists new features, improvements, changes, and bug fixes in each release of the package.
GDScript mode 1.0.1
This minor release fixes a bug with the GDScript keywords.
Improvements
- Compile keywords for faster auto-completion and syntax highlighting.
Bug fixes
- Fixed missing language keywords and constants lists.
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.
- Basic code completion.