diff options
author | Robin <44176707+MrAnyx@users.noreply.github.com> | 2021-08-30 17:18:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 17:18:43 +0200 |
commit | ff1940add608a22ea840f54604192ae7395fe173 (patch) | |
tree | 8d7e57038009689e0c5bd447b3719fda3813a926 | |
parent | 67223602fdf2262caf9da057b98a7d62c04d97a5 (diff) | |
download | lite-xl-plugins-ff1940add608a22ea840f54604192ae7395fe173.tar.gz lite-xl-plugins-ff1940add608a22ea840f54604192ae7395fe173.zip |
Fix: Added asterics
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ 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_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_rust`](plugins/language_rust.lua?raw=1) | Syntax for the [Rust](https://rust-lang.org/) programming language |