summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sh-script.el
Commit message (Expand)AuthorAge
* Merge from origin/emacs-29Eli Zaretskii2023-04-15
|\
| * Fix visiting RPM filesEli Zaretskii2023-04-10
* | Merge from origin/emacs-29Stefan Kangas2023-03-06
|\|
| * ; Change font-lock-variable-name-face to font-lock-variable-use-faceYuan Fu2023-03-05
| * Add string-interpolation feature to bash-ts-modeYuan Fu2023-03-05
* | Add support for Zsh's case branches ;|.Philippe Altherr2023-03-02
* | Use 'sh-indent-for-continuation' for continued lines in 'sh-script-mode'Philippe Altherr2023-03-02
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Merge from origin/emacs-29Stefan Kangas2022-12-28
|\|
| * ; Yet another declare-function to avoid treesit-related warningEli Zaretskii2022-12-28
* | Merge from origin/emacs-29Stefan Kangas2022-12-16
|\|
| * Use the new tree-sitter commandsYuan Fu2022-12-15
* | Merge from origin/emacs-29Stefan Kangas2022-12-15
|\|
| * Fix syntax tables of tree-sitter modes (bug#59807)Kai Ma2022-12-13
* | Add prog-fill-reindent-defun (bug#59664)Theodor Thornhill2022-12-11
|/
* Speed up auto-completion in 'sh-script-mode'Yikai Zhao2022-12-02
* ; * lisp/progmodes/sh-script.el (sh--redirect-bash-ts-mode): Doc fix.Eli Zaretskii2022-11-27
* Make bash-ts-mode fall back to sh-mode if the file isn't in BashYuan Fu2022-11-26
* Reorganize treesit-font-lock-feaure-list's to the new level schemeYuan Fu2022-11-26
* Utilize new font-lock faces for more tree-sitter modes (Bug#59397)Randy Taylor2022-11-22
* Separate tree-sitter and non-tree-sitter variant of sh-modeYuan Fu2022-11-22
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-21
|\
| * ; Fix typosStefan Kangas2022-11-18
* | Fix uses of treesit-ready-pYuan Fu2022-11-19
* | Use keyword-face for declaration commands in tree-sitter sh-modeYuan Fu2022-11-19
* | Improvements to the tree-sitter setup in sh-script.elYuan Fu2022-11-17
* | ; Minor stylistic fix for previous change on sh-script.elYuan Fu2022-11-17
* | Initial fontification in sh-mode with tree-sitterJoão P. L. de Carvalho2022-11-17
|/
* New Flymake backend using the shellcheck programAugusto Stoffel2022-09-24
* Delete many items obsolete since 24.3Stefan Kangas2022-09-09
* Prefer defcustom :safe to putting 'safe-local-variable'Stefan Kangas2022-07-06
* Fix missing :value with defcustom const :typeStefan Kangas2022-07-06
* Send region to the subshell specified by the current file interpreterDavide Masserut2022-07-06
* Bump sh-imenu-generic-expression defcustom versionLars Ingebrigtsen2022-06-11
* Support mksh-specific function names in imenuVisuwesh2022-06-11
* Merge from origin/emacs-28Stefan Kangas2022-05-27
|\
| * ; Fix some doc typos and minor language issuesŠtěpán Němec2022-05-26
* | Add a new command 'yank-in-context'Lars Ingebrigtsen2022-05-20
* | ; Improve doc string of 'sh-indent-statement-after-and'Eli Zaretskii2022-05-12
* | Add new user option 'sh-indent-statement-after-and'Lars Ingebrigtsen2022-05-12
* | Add .bashrc detection to sh-modeDavide Masserut2022-04-06
* | Improve indentation of some shell script formsLars Ingebrigtsen2022-02-07
* | (with-demoted-errors): Warn on missing `format` argStefan Monnier2022-02-04
* | Add "then" to sh--completion-keywordsLars Ingebrigtsen2022-01-24
* | More fixes for display-comint-buffer-actionJuri Linkov2022-01-11
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Allow @ characters in heredoc in shell-script-modeLars Ingebrigtsen2021-12-21
* | * lisp/progmodes/sh-script.el (sh-mode-map): Use defvar-keymap.Stefan Kangas2021-12-19