aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco <francesco.bbt@gmail.com>2021-08-30 17:28:01 +0200
committerGitHub <noreply@github.com>2021-08-30 17:28:01 +0200
commit733c111519a8ecc69dfcf6a7039cab99259e43ac (patch)
tree8d7e57038009689e0c5bd447b3719fda3813a926
parentae60c3a8734b8b6f16d27afcb85b1f50de025698 (diff)
parentff1940add608a22ea840f54604192ae7395fe173 (diff)
downloadlite-xl-plugins-733c111519a8ecc69dfcf6a7039cab99259e43ac.tar.gz
lite-xl-plugins-733c111519a8ecc69dfcf6a7039cab99259e43ac.zip
Merge pull request #61 from MrAnyx/patch-1
Feat: Added pony plugin for lite editor
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9de5fe7..e989ee1 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +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_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