aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sh-script.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some indentation problem with \; and pipes.Stefan Monnier2014-06-241-17/+59
* * 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
* Doc fixesGlenn Morris2014-05-011-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
* Spelling fixes.Paul Eggert2014-01-111-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
* Fix infloop in indentation codeDaniel Colascione2013-12-301-2/+2
* * progmodes/sh-script.el (sh-mode): Tweak paragraph-separateDaniel Colascione2013-12-201-1/+1
* * subr.el (process-live-p): Return nil for non-process. Leo Liu2013-12-021-1/+1
* * progmodes/sh-script.el (sh-font-lock-keywords-var): ForceAndreas Schwab2013-11-091-0/+1
* * lisp/progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loopStefan Monnier2013-11-071-4/+6
* * lisp/emacs-lisp/smie.el: New smie-config system.Stefan Monnier2013-10-241-315/+338
* * lisp/progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE'sStefan Monnier2013-10-161-0/+1
* * lisp/progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):Glenn Morris2013-10-131-29/+26
* * lisp/progmodes/sh-script.el: Provide simpl(e|istic) completion.Stefan Monnier2013-10-101-20/+59
* Treat interpreter-mode-alist as alist of regexps, not literalsGlenn Morris2013-09-101-5/+12
* * lisp/progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.Glenn Morris2013-08-281-3/+5
* Add rudimentary inferior shell interactionSam Steingold2013-08-201-0/+59
* Merge from emacs-24; up to 2012-12-31T11:35:13Z!rudalics@gmx.atGlenn Morris2013-07-201-1/+0
|\
| * Fixes: debbugs:14826Andreas Schwab2013-07-081-1/+0
* | * lisp/progmodes/sh-script.el (sh-imenu-generic-expression): HandleMasatake YAMATO2013-04-201-2/+2
* | * lisp/progmodes/sh-script.el: Implement `sh-mode' ownMasatake YAMATO2013-04-101-0/+23
* | Prefer UTF-8 when the encoding shouldn't matter and changes are small.Paul Eggert2013-03-051-1/+1
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Convert several major modes to setq-local.Chong Yidong2012-12-011-44/+43
|/
* * lisp/progmodes/sh-script.el (sh--inside-noncommand-expression):Stefan Monnier2012-10-301-5/+7
* * lisp/progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.Stefan Monnier2012-10-301-1/+11
* * lisp/progmodes/sh-script.el (sh-font-lock-paren): Also put punctuationStefan Monnier2012-10-281-45/+54
* * progmodes/sh-script.el (sh-indent-after-continuation): Add explicit :group.Glenn Morris2012-10-061-1/+2
* Add missing :version tagsGlenn Morris2012-10-061-0/+1
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-2/+1
* Merge from emacs-24; up to 2012-05-05T02:50:20Z!monnier@iro.umontreal.caGlenn Morris2012-09-051-15/+16
|\
| * * lisp/progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB.Stefan Monnier2012-08-291-15/+16
* | Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.caGlenn Morris2012-08-281-19/+11
|\ \ | |/
| * Fix broken completion in sh-modeLeo Liu2012-08-271-18/+9
| * Change sh-indent-comment to tLeo Liu2012-08-271-1/+2
* | Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* | * lisp/progmodes/sh-script.el (sh-imenu-generic-expression):Masatake YAMATO2012-07-181-2/+9
* | Merge from emacs-24Stefan Monnier2012-07-171-4/+4
|\ \ | |/
| * * lisp/progmodes/sh-script.el (sh-syntax-propertize-function): Fix lastStefan Monnier2012-07-091-4/+4
* | * lisp/progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"Stefan Monnier2012-07-171-1/+1
* | Reduce use of (require 'cl).Stefan Monnier2012-07-101-23/+22
* | * lisp/progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.Stefan Monnier2012-05-111-62/+486