diff options
author | jgmdev <jgmdev@gmail.com> | 2022-02-16 05:21:11 -0400 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2022-02-16 05:21:11 -0400 |
commit | 3bfa44513b615353378bb437724a3c3ec48ca43e (patch) | |
tree | a193ce0a12897db9d4a82d5efd9105759876ab8b /README.md | |
parent | c45790bafcdb8e8b6860b1ef61a327a9bd560d7a (diff) | |
download | lite-xl-plugins-3bfa44513b615353378bb437724a3c3ec48ca43e.tar.gz lite-xl-plugins-3bfa44513b615353378bb437724a3c3ec48ca43e.zip |
Added language_pkgbuild
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ to something other than a raw file it should be marked with an asterisk.* | [`language_perl`](plugins/language_perl.lua?raw=1) | Syntax for the [Perl](https://perl.org) 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_pkgbuild`](plugins/language_pkgbuild.lua?raw=1) | Syntax for [PKGBUILD](https://wiki.archlinux.org/title/PKGBUILD) package description 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 | |