mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2025-12-31 21:48:34 +03:00
Update the README and CHANGELOG
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -8,11 +8,12 @@ This is the initial release of gdscript-mode, which adds support for the [Godot
|
||||
|
||||
Features:
|
||||
|
||||
- Syntax highlighting
|
||||
- Code folding
|
||||
- Imenu
|
||||
- Indentation and auto-indentation: tab-based (default) and space-based
|
||||
- GDScript code formatting using [gdformat](https://github.com/scony/godot-gdscript-toolkit/)
|
||||
- Syntax highlighting.
|
||||
- Code folding.
|
||||
- Imenu.
|
||||
- Indentation and auto-indentation: tab-based (default) and space-based.
|
||||
- GDScript code formatting using [gdformat](https://github.com/scony/godot-gdscript-toolkit/).
|
||||
- Automatic pairing of parentheses, brackets, etc.
|
||||
- Comment wrapping when using fill-paragraph
|
||||
- Support for scenes (.tscn), resources (.tres) and GDScript (.gd) files
|
||||
- Comment wrapping when using fill-paragraph.
|
||||
- Support for scenes (.tscn), resources (.tres) and GDScript (.gd) files.
|
||||
- Basic code completion.
|
||||
|
||||
15
README.md
15
README.md
@@ -8,14 +8,15 @@ This is currently a work in progress, and my first time creating an Emacs packag
|
||||
|
||||
This mode already features all the essentials:
|
||||
|
||||
- Syntax highlighting
|
||||
- Code folding
|
||||
- [Imenu](https://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html)
|
||||
- Support for scenes (`.tscn`) and script (`.gd`) files
|
||||
- Comment wrapping when using `fill-paragraph`
|
||||
- Indentation and auto-indentation: tab-based (default) and space-based
|
||||
- Syntax highlighting.
|
||||
- Code folding.
|
||||
- [Imenu](https://www.gnu.org/software/emacs/manual/html_node/emacs/Imenu.html).
|
||||
- Support for scenes (`.tscn`) and script (`.gd`) files.
|
||||
- Comment wrapping when using `fill-paragraph`.
|
||||
- Indentation and auto-indentation: tab-based (default) and space-based.
|
||||
- Automatic pairing of parentheses, brackets, etc.
|
||||
- Code formatting using [gdformat](https://github.com/scony/godot-gdscript-toolkit/)
|
||||
- Code formatting using [gdformat](https://github.com/scony/godot-gdscript-toolkit/).
|
||||
- Auto-completion for all the keywords in the `data/` directory.
|
||||
|
||||
## How to install ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user