aboutsummaryrefslogtreecommitdiff
path: root/plugins/language_sh.lua
AgeCommit message (Collapse)Author
2023-09-14Added .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>
2022-11-04Added extra file extensions to language_sh.lua (#145)Techie Guy
2022-05-31removed lite-xl version and left only mod versionjgmdev
2022-05-22Bumping versions.Adam Harrison
2022-03-01language_sh: imported some patterns from language_pkgbuild to support ↵jgmdev
coloring function, variable declarations and more
2022-02-08Improvements on syntax of sh(using bash keywords)Dheisom Gomes
2021-11-21Add names to language pluginsGuldoman
2021-11-15Fix language_sh with $ string interpolation and '#'Francesco Abbate
When an expansion like "${#arr[@]}" is met the par after # was interpreted as a comment. Move the pattern for dollar/brace expansion befor the pattern for comments to avoid the problem.
2021-10-08Fix language_sh to recognize 0 bash variableFrancesco Abbate
2021-08-17Updated mod-version and made things 2.0 instead of 2.00.Adam Harrison
2021-08-17Updated all lua plugins to be compatible with 2.0.Adam Harrison
2021-05-22Add new tag modversionFrancesco Abbate
2021-04-21Merge branch 'lite-xl-1.16'Francesco Abbate
2021-04-16Use a simpler pattern for language_shFrancesco Abbate
2021-04-08Add version tag in all language pluginsFrancesco Abbate
2021-03-30Fix problem with language_sh pluginFrancesco Abbate
The previous pattern can match incorrectly very long sequences
2020-06-08Updated plugins/language_sh.lua with header patternsrxi
Resolves #45
2020-05-10Fixed typo "esca" --> "esac"doczi-dominik
2020-05-10Update language_sh keywordsrxi
Resolves #21
2020-05-09language_sh updatesrxi
2020-05-08Added backtick support to language_sh pluginrxi
2020-05-08language_sh plugin improvementsrxi
2020-04-27Added `language_sh` pluginrxi