Update the README and CHANGELOG

This commit is contained in:
Nathan Lovato
2020-02-15 20:25:51 -06:00
parent b7584fe1dc
commit 657a9695b1
2 changed files with 16 additions and 14 deletions

View File

@@ -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.

View File

@@ -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 ##