summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sh-script.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Highlight zsh glob flags and qualifiers in sh-modeJonathan Shin Hayase2019-06-251-1/+7
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Fix more regexp odditiesPaul Eggert2019-04-071-2/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-20/+20
* | Don't quote self-quoting pcase patternsMichael Heerdegen2018-10-301-9/+9
* | Merge from origin/emacs-26Glenn Morris2018-02-171-1/+1
|\|
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | * lisp/subr.el (run-mode-hooks): Set parse-sexp-lookup-propertiesStefan Monnier2017-12-121-1/+0
|/
* ; Spelling fixesPaul Eggert2017-09-291-1/+1
* Make sh-indentation into an alias for sh-basic-offset (Bug#21751)Noam Postavsky2017-09-251-15/+11