From cc1aacfa755001965670420cacbd03d69884aae6 Mon Sep 17 00:00:00 2001 From: rxi Date: Fri, 27 Mar 2020 17:18:25 +0000 Subject: Added titleize plugin --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 59b7fa0..426e793 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Plugins for the [lite text editor](https://github.com/rxi/lite) -*Note: if you make a pull request, the table should be kept in alphabetical order* +*Note: if you make a pull request, the table should be updated and kept in alphabetical order* --- @@ -11,5 +11,6 @@ Plugin | Description [`language_odin`](language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language [`language_wren`](language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language [`macmodkeys`](macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt` +[`titleize`](titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`) [`togglesnakecamel`](togglesnakecamel.lua?raw=1) | Toggles symbols between snake\_case and camelCase -- cgit v1.2.3