aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux User <user@ws01p.colossus.home>2020-09-21 15:26:30 -0400
committerLinux User <user@ws01p.colossus.home>2020-09-21 15:26:30 -0400
commitad8cf63a6ee630a4d39fb63b67718a7bed4b060a (patch)
tree9de165356ed901c4e79b6a9f5db9a96786d1bc59
parente9d6d12d043e61cc8d8dd53c2ee2cf78877b54a4 (diff)
downloadlite-xl-plugins-ad8cf63a6ee630a4d39fb63b67718a7bed4b060a.tar.gz
lite-xl-plugins-ad8cf63a6ee630a4d39fb63b67718a7bed4b060a.zip
Updated README.md with entry for language_powershell plugin
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b01417e..c3331ea 100644
--- a/README.md
+++ b/README.md
@@ -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