Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b48a16d2
Commit
b48a16d2
authored
Mar 20, 1996
by
Richard M. Stallman
Browse files
(sh-font-lock-keywords): Highlight \ only with non-alphanumeric char.
parent
8df9abae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+1
-1
No files found.
lisp/progmodes/sh-script.el
View file @
b48a16d2
...
...
@@ -526,7 +526,7 @@ See `sh-feature'.")
;; The next entry is only used for defining the others
(
shell
eval
sh-append
executable-font-lock-keywords
'
(
"\\\\
.
"
0
font-lock-string-face
)
'
(
"\\\\
[^A-Za-z0-9]
"
0
font-lock-string-face
)
'
(
"\\${?\\([A-Za-z_][A-Za-z0-9_]*\\|[0-9]+\\|[$*_]\\)"
1
font-lock-variable-name-face
)))
"*Rules for highlighting shell scripts. See `sh-feature'."
)
...
...
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