From 95cd7a3f573382b643de5b548a5bac77f91f63f6 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Fri, 31 Jan 2020 10:28:24 -0600 Subject: [PATCH] Add list of available features to the README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 17d7456..e57d7f8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ This package adds support for the GDScript programming language from the Godot g This is currently a work in progress, and my first time creating an Emacs package. Feedback, tips, and contributions are more than welcome! +## Features ## + +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 +- Automatic pairing of parentheses, brackets, etc. ## How to install ##