summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sh-script.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2016-10-231-1/+4
|\
| * Catch the imenu-unavailable error in sh-mode completion tableAndreas Politz2016-10-161-1/+4
* | Make sh-mode always use p-s-lookup-propertiesNoam Postavsky2016-08-061-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-051-6/+6
|\ \ | |/
| * Fix escaping in sh-indent-after-continuation docstrNoam Postavsky2016-07-021-6/+6
* | Remove some more face aliases obsoleted in 22.1Mark Oteiza2016-06-231-6/+3
* | Merge from origin/emacs-25Paul Eggert2016-04-181-3/+4
|\ \ | |/
| * Make sh-electric-here-document-mode accessible in sh-mode-hook. (Bug#3226)Mark Oteiza2016-04-161-3/+4
| * Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-1/+1
* | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-03-211-1/+1
* | Allow more shell script defun formsCarlos Pita2016-02-231-1/+6
|/
* * sh-script.el (sh-smie-sh-rules): Improve indentation inside $(...)Stefan Monnier2016-01-101-1/+5
* Update copyright year to 2016Paul Eggert2016-01-011-1/+2
* Document changes in Shell-script modeEli Zaretskii2015-12-261-2/+8
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1
* Fix infinite loop in sh-script's SMIE codeTassilo Horn2015-10-261-4/+5
* * lisp/progmodes/sh-script.el: Old "dumb" continued line indentStefan Monnier2015-09-291-16/+63
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-8/+8
* * lisp/progmodes/sh-script.el (sh-mode): Handle .cshrc (bug#21049)Stefan Monnier2015-08-131-1/+1
* * lisp/progmodes/sh-script.el: Better handle nested quotesStefan Monnier2015-06-091-2/+11
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-281-1/+1
* Fix byte-compiler warnings about looking-back.Stefan Monnier2015-04-201-1/+1
* Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-4/+3
|\
| * Fixes: debbugs:18756Glenn Morris2015-01-061-4/+3
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-1/+1
|\ \ | |/
| * * lisp/progmodes/sh-script.el: Don't set global indent-line-functionStefan Monnier2014-12-221-1/+1
* | Merge from emacs-24Stefan Monnier2014-12-051-2/+2
|\ \ | |/
| * * lisp/progmodes/sh-script.el: Fix indentation rule of "| while".Stefan Monnier2014-12-041-2/+2
* | * lisp/progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to betterStefan Monnier2014-09-021-4/+7
* | Indentation, punctuation, and other nitpicks.Stefan Monnier2014-07-201-2/+2
* | Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.caGlenn Morris2014-07-081-3/+4
|\ \ | |/
| * * lisp/progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && inStefan Monnier2014-07-081-3/+4
* | Merge from emacs-24; up to 2014-06-11T19:33:14Z!rgm@gnu.orgGlenn Morris2014-06-251-17/+59
|\ \ | |/
| * Fix some indentation problem with \; and pipes.Stefan Monnier2014-06-241-17/+59
* | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-211-2/+11
|\ \ | |/
| * * lisp/progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don'tStefan Monnier2014-06-201-1/+5
| * * lisp/emacs-lisp/smie.el (smie--hanging-eolp-function): New var.Stefan Monnier2014-06-191-0/+5
| * * lisp/progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && asStefan Monnier2014-06-191-1/+1
* | * lisp/font-lock.el (font-lock-flush, font-lock-ensure): New functions.Stefan Monnier2014-05-281-1/+1
* | File-local-variable support for sh-script; add mksh supportDaniel Colascione2014-05-201-18/+39
* | Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-041-1/+1
|\ \ | |/
| * Doc fixesGlenn Morris2014-05-011-1/+1
* | Add coproc to list of bash builtins.Daniel Colascione2014-04-231-1/+1
|/
* * lisp/progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variableStefan Monnier2014-04-191-3/+4
* * lisp/progmodes/sh-script.el: Fix whitespace in previous change.Glenn Morris2014-03-051-1/+1
* Recognize dash shellGlenn Morris2014-03-051-2/+4
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Fix here-doc highlightingDaniel Colascione2014-01-211-6/+10