diff options
author | cukmekerb <cukmekerb@gmail.com> | 2021-09-11 13:44:38 -0700 |
---|---|---|
committer | cukmekerb <cukmekerb@gmail.com> | 2021-09-11 13:44:38 -0700 |
commit | 37607f12c9165627de0253fdb4db07d2ffac56d6 (patch) | |
tree | 67231236ade80f36dfb99f8f31dff57b8de2d478 /README.md | |
parent | 132e67f214d20840e207da5703789f2f57c4845f (diff) | |
parent | eca7bfe9d7e20acfb49902c9fced85f0a5a978cc (diff) | |
download | lite-xl-plugins-37607f12c9165627de0253fdb4db07d2ffac56d6.tar.gz lite-xl-plugins-37607f12c9165627de0253fdb4db07d2ffac56d6.zip |
Merge branch 'master' of https://github.com/lite-xl/lite-plugins
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79,8 +79,10 @@ Plugin | Description [`language_php`](plugins/language_php.lua?raw=1) | Syntax for the [PHP](https://php.net) programming language [`language_pico8`](plugins/language_pico8.lua?raw=1) | Syntax for [Pico-8](https://www.lexaloffle.com/pico-8.php) cartridge files [`language_po`](plugins/language_po.lua?raw=1) | Syntax for [PO](https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html) translation files +[`language_pony`*](https://github.com/MrAnyx/lite-plugin-pony) | Syntax for [Pony](https://www.ponylang.io/) programming language [`language_powershell`](plugins/language_powershell.lua?raw=1) | Syntax for [PowerShell](https://docs.microsoft.com/en-us/powershell) scripting language [`language_psql`](plugins/language_psql.lua?raw=1) | Syntax for the postgresql database access language +[`language_rescript`](plugins/language_rescript.lua?raw=1) | Syntax for the [ReScript](https://rescript-lang.org/) programming language [`language_rust`](plugins/language_rust.lua?raw=1) | Syntax for the [Rust](https://rust-lang.org/) programming language [`language_ruby`](plugins/language_ruby.lua?raw=1) | Syntax for the [Ruby](https://www.ruby-lang.org/) programming language [`language sass`](plugins/language_sass.lua?raw=1) | Syntax for the [Sass](https://sass-lang.com/) CSS preprocessor |