diff options
author | zhibog <zhibog-github@web.de> | 2019-12-28 13:47:41 +0100 |
---|---|---|
committer | zhibog <zhibog-github@web.de> | 2019-12-28 13:47:41 +0100 |
commit | 241ef6b4425532ea05aebe9ca477c00b904ae031 (patch) | |
tree | d9d4092525efa92a3808321eddecccabd958eeeb /README.md | |
parent | 77cf5cbb7b368d0fa5a8862aaf6f6a398a606d08 (diff) | |
download | lite-xl-plugins-241ef6b4425532ea05aebe9ca477c00b904ae031.tar.gz lite-xl-plugins-241ef6b4425532ea05aebe9ca477c00b904ae031.zip |
Added Odin to the plugin list and replaced quote with link to the actual repository, same for 'fe'.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,8 +4,7 @@ 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 +[`language_fe`](language_fe.lua?raw=1) | Syntax for the [fe](https://github.com/rxi/fe) 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 - - +[`language_odin`](language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language |