From 4a2851daf5a34b9ea2200ddc2fe709496ffb201b Mon Sep 17 00:00:00 2001 From: Caleb Figgers Date: Thu, 24 Nov 2022 01:50:18 -0600 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddf3603..c4028b8 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Features: - [x] Basic syntax highlighting - [x] Basic Hy code snippets - [x] Code evaluation shortcuts +- [x] Improved syntax highlighting Planned features: -- [ ] Improved syntax highlighting - [ ] Auto-formatting on edit (esp. auto-indentation) - [ ] [Paredit](https://www.emacswiki.org/emacs/ParEdit)-style structural editing based on S-expressions (slurping, barfing, dragging, killing, rewrapping, splicing, raising, navigation, auto-balancing for parens and other wrappers `[({""})]`) - [ ] Intellisense code completion for built-in Hy functions and macros