diff options
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 1b0bbc14b65..ed3fce12d60 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -1097,7 +1097,7 @@ subshells can nest." | |||
| 1097 | ;; change the syntax, so we have to tell syntax-ppss that the states it | 1097 | ;; change the syntax, so we have to tell syntax-ppss that the states it |
| 1098 | ;; has just computed will need to be recomputed. | 1098 | ;; has just computed will need to be recomputed. |
| 1099 | (sh-font-lock-flush-syntax-ppss-cache) | 1099 | (sh-font-lock-flush-syntax-ppss-cache) |
| 1100 | ;; Make sure $@ and @? are correctly recognized as sexps. | 1100 | ;; Make sure $@ and $? are correctly recognized as sexps. |
| 1101 | ("\\$\\([?@]\\)" 1 ,sh-st-symbol) | 1101 | ("\\$\\([?@]\\)" 1 ,sh-st-symbol) |
| 1102 | ;; Find HEREDOC starters and add a corresponding rule for the ender. | 1102 | ;; Find HEREDOC starters and add a corresponding rule for the ender. |
| 1103 | (sh-font-lock-here-doc | 1103 | (sh-font-lock-here-doc |