Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e981b61f
Commit
e981b61f
authored
Nov 20, 2011
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/progmodes/sh-script.el (sh-assignment-regexp): Add entry for
bash.
parent
3ffbc301
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+1
-0
No files found.
lisp/ChangeLog
View file @
e981b61f
2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
* progmodes/sh-script.el (sh-assignment-regexp): Add entry for
bash.
2011-11-19 Juri Linkov <juri@jurta.org>
* info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
...
...
lisp/progmodes/sh-script.el
View file @
e981b61f
...
...
@@ -567,6 +567,7 @@ This is buffer-local in every such buffer.")
'
((
csh
.
"\\<\\([[:alnum:]_]+\\)\\(\\[.+\\]\\)?[ \t]*[-+*/%^]?="
)
;; actually spaces are only supported in let/(( ... ))
(
ksh88
.
"\\<\\([[:alnum:]_]+\\)\\(\\[.+\\]\\)?[ \t]*\\([-+*/%&|~^]\\|<<\\|>>\\)?="
)
(
bash
.
"\\<\\([[:alnum:]_]+\\)\\(\\[.+\\]\\)?\\+?="
)
(
rc
.
"\\<\\([[:alnum:]_*]+\\)[ \t]*="
)
(
sh
.
"\\<\\([[:alnum:]_]+\\)="
))
"Regexp for the variable name and what may follow in an assignment.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment