diff options
author | Joshua Huelsman <joshuahuelsman@gmail.com> | 2020-01-11 22:04:23 -0500 |
---|---|---|
committer | Joshua Huelsman <joshuahuelsman@gmail.com> | 2020-01-11 22:04:23 -0500 |
commit | 36aeca442e4fa010f334e2d350d73984a0a9beb3 (patch) | |
tree | d93ee8d3ff1bc763365f0fe248615117a418c7bb /README.md | |
parent | ae5622a3e6069bca10ffd94a2f673e4f12560b54 (diff) | |
download | lite-xl-plugins-36aeca442e4fa010f334e2d350d73984a0a9beb3.tar.gz lite-xl-plugins-36aeca442e4fa010f334e2d350d73984a0a9beb3.zip |
Add language file for the Jiyu programming language.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,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](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 [`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 |