aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-01-16 19:09:20 +0000
committerrxi <rxi@users.noreply.github.com>2020-01-16 19:09:20 +0000
commit60fd0cee2118ce10cbfbeb8352b99c0bd74e3d74 (patch)
tree907bf3488328484cf60d6d3ccad3ce51a6985832 /README.md
parentf599c5b93422f1558c17de80b4179343bae21f54 (diff)
downloadlite-xl-plugins-60fd0cee2118ce10cbfbeb8352b99c0bd74e3d74.tar.gz
lite-xl-plugins-60fd0cee2118ce10cbfbeb8352b99c0bd74e3d74.zip
Added language_wren.lua to README table
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2d6e8f7..59b7fa0 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ Plugin | Description
[`language_fe`](language_fe.lua?raw=1) | Syntax for the [fe](https://github.com/rxi/fe) programming language
[`language_jiyu`](language_jiyu.lua?raw=1) | Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language
[`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`
[`togglesnakecamel`](togglesnakecamel.lua?raw=1) | Toggles symbols between snake\_case and camelCase