(sh-font-lock-keywords): Use something other than
font-lock-string-face to highlight backslashes.
This commit is contained in:
parent
8e5331fe84
commit
3154202d02
1 changed files with 2 additions and 1 deletions
|
@ -808,7 +808,8 @@ See `sh-feature'.")
|
|||
|
||||
;; The next entry is only used for defining the others
|
||||
(shell eval sh-append executable-font-lock-keywords
|
||||
'("\\\\[^A-Za-z0-9]" 0 font-lock-string-face)
|
||||
;; Using font-lock-string-face here confuses sh-get-indent-info.
|
||||
'("\\\\[^A-Za-z0-9]" 0 font-lock-warning-face)
|
||||
'("\\${?\\([A-Za-z_][A-Za-z0-9_]*\\|[0-9]+\\|[$*_]\\)" 1
|
||||
font-lock-variable-name-face))
|
||||
(rpm eval sh-append rpm2
|
||||
|
|
Loading…
Add table
Reference in a new issue