diff options
author | Linux User <user@ws01p.colossus.home> | 2020-09-21 15:26:30 -0400 |
---|---|---|
committer | Linux User <user@ws01p.colossus.home> | 2020-09-21 15:26:30 -0400 |
commit | ad8cf63a6ee630a4d39fb63b67718a7bed4b060a (patch) | |
tree | 9de165356ed901c4e79b6a9f5db9a96786d1bc59 | |
parent | e9d6d12d043e61cc8d8dd53c2ee2cf78877b54a4 (diff) | |
download | lite-xl-plugins-ad8cf63a6ee630a4d39fb63b67718a7bed4b060a.tar.gz lite-xl-plugins-ad8cf63a6ee630a4d39fb63b67718a7bed4b060a.zip |
Updated README.md with entry for language_powershell plugin
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ Plugin | Description [`language_odin`](plugins/language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language [`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_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 [`language_sh`](plugins/language_sh.lua?raw=1) | Syntax for shell scripting language |