emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Fri, 21 Oct 2005 02:30:38 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.169 
emacs/lisp/progmodes/sh-script.el:1.170
*** emacs/lisp/progmodes/sh-script.el:1.169     Thu Oct 20 19:43:44 2005
--- emacs/lisp/progmodes/sh-script.el   Fri Oct 21 06:30:37 2005
***************
*** 997,1002 ****
--- 997,1004 ----
    ;; The list of special chars is taken from the single-unix spec
    ;; of the shell command language (under `quoting') but with `$' removed.
    `(("[^|&;<>()`\\\"' \t\n]\\(#+\\)" 1 ,sh-st-symbol)
+     ;; Make sure $@ and @? are correctly recognized as sexps.
+     ("\\$\\(address@hidden)" 1 ,sh-st-symbol)
      ;; Find HEREDOC starters and add a corresponding rule for the ender.
      (sh-font-lock-here-doc
       (2 (sh-font-lock-open-heredoc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]