diff options
author | rxi <rxi@users.noreply.github.com> | 2019-12-28 11:36:13 +0000 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2019-12-28 11:36:13 +0000 |
commit | 8156f538cdf577a0163759a6c8484891a2e29c25 (patch) | |
tree | c7c2825cb669fb8e1d32a382c125f2d9fd60e12f /README.md | |
download | lite-xl-plugins-8156f538cdf577a0163759a6c8484891a2e29c25.tar.gz lite-xl-plugins-8156f538cdf577a0163759a6c8484891a2e29c25.zip |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..c51502f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +Plugins for the [lite text editor](https://github.com/rxi/lite) + +--- + +Plugin | Description +-------|----------------------------------------- +[`language_fe`](language_fe.lua?raw=1) | Syntax for the `fe` programming language +[`macmodkeys`](macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt` +[`togglesnakecamel`](togglesnakecamel.lua?raw=1) | Toggles highlighted text between snake-case and camel-case + + |