mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
Revert "Fix typo in sh-assignment-regexp"
This reverts commit 194f370a3d.
This commit is contained in:
parent
ed29d9fe52
commit
3767628dc5
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ This is buffer-local in every such buffer.")
|
|||
;; actually spaces are only supported in let/(( ... ))
|
||||
(ksh88 . ,(concat "\\<\\([[:alnum:]_]+\\)\\(\\[.+\\]\\)?"
|
||||
"[ \t]*\\(?:[-+*/%&|~^]\\|<<\\|>>\\)?="))
|
||||
(bash . "\\<\\([[:alnum:]_]+\\)\\([.+]\\)?\\+?=")
|
||||
(bash . "\\<\\([[:alnum:]_]+\\)\\(\\[.+\\]\\)?\\+?=")
|
||||
(rc . "\\<\\([[:alnum:]_*]+\\)[ \t]*=")
|
||||
(sh . "\\<\\([[:alnum:]_]+\\)="))
|
||||
"Regexp for the variable name and what may follow in an assignment.
|
||||
|
|
|
|||
Loading…
Reference in a new issue