Revert "Fix typo in sh-assignment-regexp"
This reverts commit 194f370a3d.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user