Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-14 | 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> | |||
2022-11-04 | Added extra file extensions to language_sh.lua (#145) | Techie Guy | |
2022-05-31 | removed lite-xl version and left only mod version | jgmdev | |
2022-05-22 | Bumping versions. | Adam Harrison | |
2022-03-01 | language_sh: imported some patterns from language_pkgbuild to support ↵ | jgmdev | |
coloring function, variable declarations and more | |||
2022-02-08 | Improvements on syntax of sh(using bash keywords) | Dheisom Gomes | |
2021-11-21 | Add names to language plugins | Guldoman | |
2021-11-15 | Fix 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-08 | Fix language_sh to recognize 0 bash variable | Francesco Abbate | |
2021-08-17 | Updated mod-version and made things 2.0 instead of 2.00. | Adam Harrison | |
2021-08-17 | Updated all lua plugins to be compatible with 2.0. | Adam Harrison | |
2021-05-22 | Add new tag modversion | Francesco Abbate | |
2021-04-21 | Merge branch 'lite-xl-1.16' | Francesco Abbate | |
2021-04-16 | Use a simpler pattern for language_sh | Francesco Abbate | |
2021-04-08 | Add version tag in all language plugins | Francesco Abbate | |
2021-03-30 | Fix problem with language_sh plugin | Francesco Abbate | |
The previous pattern can match incorrectly very long sequences | |||
2020-06-08 | Updated plugins/language_sh.lua with header patterns | rxi | |
Resolves #45 | |||
2020-05-10 | Fixed typo "esca" --> "esac" | doczi-dominik | |
2020-05-10 | Update language_sh keywords | rxi | |
Resolves #21 | |||
2020-05-09 | language_sh updates | rxi | |
2020-05-08 | Added backtick support to language_sh plugin | rxi | |
2020-05-08 | language_sh plugin improvements | rxi | |
2020-04-27 | Added `language_sh` plugin | rxi | |