aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sh-script.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add .bashrc detection to sh-modeDavide Masserut2022-04-061-1/+1
* Improve indentation of some shell script formsLars Ingebrigtsen2022-02-071-9/+15
* (with-demoted-errors): Warn on missing `format` argStefan Monnier2022-02-041-1/+1
* Add "then" to sh--completion-keywordsLars Ingebrigtsen2022-01-241-1/+1
* More fixes for display-comint-buffer-actionJuri Linkov2022-01-111-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Allow @ characters in heredoc in shell-script-modeLars Ingebrigtsen2021-12-211-1/+1
* | * lisp/progmodes/sh-script.el (sh-mode-map): Use defvar-keymap.Stefan Kangas2021-12-191-33/+30
* | ; * lisp/progmodes/sh-script.el (sh-mode-menu): Fix typos.Stefan Kangas2021-12-191-3/+3
* | Add the "always" zsh builtin to zsh modeLars Ingebrigtsen2021-10-251-1/+2
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-1/+1
* Fix problems with 'C-c C-n' in sh-script-modeMiha Rihtaršič2021-09-231-2/+9
* Docfix: use command substitution for 'universal-argument'Stefan Kangas2021-09-161-1/+1
* Revert "Tweak sh-script-mode indentation further"Lars Ingebrigtsen2021-09-021-1/+1
* Tweak sh-script-mode indentation furtherKévin Le Gouguec2021-08-291-1/+1
* Fix shell-script-mode indentation of continuation linesDario Gjorgjevski2021-08-271-1/+1
* Use ### for outline headings in shell-script-modeLars Ingebrigtsen2021-08-101-1/+1
* Add support for outlining in shell-script-modeLars Ingebrigtsen2021-08-101-0/+1
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* Allow inhibiting inserting #! in sh-set-shellLars Ingebrigtsen2021-07-081-1/+3
* Add :company-kind support to sh-mode completionDmitry Gutov2021-05-151-3/+13
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-1/+1
* Convert some progmodes menus to easy-menu-defineStefan Kangas2021-02-211-67/+49
* Prefer defvar-local in progmodes/*.elStefan Kangas2021-01-311-2/+1
* * lisp/progmodes/sh-script.el (sh-smie-sh-rules): Tweak indent of new `for`Stefan Monnier2021-01-261-4/+10
* Move the ‘declare’ form before the interactive spec in 10 functions.Juri Linkov2021-01-201-1/+1
* Make sh-mode use `auto-mode-interpreter-regexp'Lars Ingebrigtsen2021-01-201-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use null-device where appropriateMichael Albinus2020-11-251-4/+4
* Add "Old-" prefix to "Version" header in more casesStefan Kangas2020-10-181-1/+1
* Make xref work better on variables in shell-script-modeDmitry Gutov2020-10-021-0/+1
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-2/+1
* Fontize $(...) slightly better in bash modeLars Ingebrigtsen2020-08-051-1/+1
* Remove subsumed repetitions in regexpsMattias Engdegård2020-02-201-1/+1
* * lisp/progmodes/sh-script.el: Remove old non-SMIE indentation codeStefan Monnier2020-02-031-1430/+24
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Further tweaks to sh-script \ #foo font lockingLars Ingebrigtsen2019-10-311-2/+4
* Fix previous sh-script.el font-lock #comment changeLars Ingebrigtsen2019-10-301-1/+1
* font-lock \ #foo in shell mode more correctlyLars Ingebrigtsen2019-10-301-1/+1
* Expand <<- heredocs in shLars Ingebrigtsen2019-10-161-2/+4
* Tweak heredoc expansion in shell-script-modeLars Ingebrigtsen2019-10-161-20/+22
* Make << shell heredoc expansion less enthusiasticLars Ingebrigtsen2019-10-111-1/+1
* * lisp/progmodes/sh-script.el (sh--assignment-collect): Only after `=`!Stefan Monnier2019-09-121-6/+7
* * lisp/progmodes/sh-script.el (sh-mode-map): Don't bind `=`Stefan Monnier2019-09-121-21/+24
* * lisp/progmodes/sh-script.el (sh-assignment): Put delete-selection on symbolJuri Linkov2019-07-161-0/+1
* ; Add comment about sh-assignment-regexp valueNoam Postavsky2019-07-131-0/+1
* Revert "Fix typo in sh-assignment-regexp"Andreas Schwab2019-07-131-1/+1
* Fix typo in sh-assignment-regexpLars Ingebrigtsen2019-07-131-1/+1
* Allow underscore in defun-prompt-regex names for sh-scriptOla Nilsson2019-06-271-2/+2