diff options
author | rxi <rxi@users.noreply.github.com> | 2020-01-16 19:09:20 +0000 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-01-16 19:09:20 +0000 |
commit | 60fd0cee2118ce10cbfbeb8352b99c0bd74e3d74 (patch) | |
tree | 907bf3488328484cf60d6d3ccad3ce51a6985832 /README.md | |
parent | f599c5b93422f1558c17de80b4179343bae21f54 (diff) | |
download | lite-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |