diff options
author | محمدحسین ملکیان <mhmak567@gmail.com> | 2023-09-14 09:22:06 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 07:52:06 +0200 |
commit | b167553f744d8aba806e806427f0b39ee149f190 (patch) | |
tree | 41457a5aee4aa46066994dcf0dc22e9259f3210d /manifest.json | |
parent | 0cfcaf66bf1cc35d65b3f6d2d2b559832e3a11b6 (diff) | |
download | lite-xl-plugins-b167553f744d8aba806e806427f0b39ee149f190.tar.gz lite-xl-plugins-b167553f744d8aba806e806427f0b39ee149f190.zip |
Added .zsh and .fish support for language_sh (#291)
* change language_sh version in manifest.json
* Add support for .zsh and .fish
* Update manifest.json
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 25f05ae..de7ab9a 100644 --- a/manifest.json +++ b/manifest.json @@ -848,7 +848,7 @@ }, { "description": "Syntax for shell scripting language", - "version": "0.1", + "version": "0.2", "path": "plugins/language_sh.lua", "id": "language_sh", "mod_version": "3" |