From f661185ebb1d5cb32f02b6eba2b2bc924b41babf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ila=C3=AF=20Deutel?= Date: Thu, 19 Jan 2023 10:43:38 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34f3cb41..030011d2 100644 --- a/README.md +++ b/README.md @@ -295,12 +295,12 @@ editor written by Salvatore Sanfilippo (antirez) in C, and * Command to jump to a given row/column * Handle window resize (UNIX only) * Parsing configuration files: global editor configuration, language-specific - syntax highlighting configuration + syntax highlighting configuration (38 languages and counting) * Display line numbers on the left of the screen; display file size in the status bar * Syntax highlighting: multi-line strings * *Save as* prompt when no file name has been provided -* Command to duplicate the current row +* Command to duplicate the current row, to quickly move between words * Ability to execute an external command from the editor and paste its output * Memory safety, thanks to Rust! * Many bug fixes