lang/sh: fix unfontified character next to subshells

This commit is contained in:
Henrik Lissner 2017-10-18 18:24:25 +02:00
parent 416a6cce21
commit d0484c2ae7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -32,7 +32,7 @@
(1 'default prepend) (1 'default prepend)
(2 'font-lock-variable-name-face prepend)) (2 'font-lock-variable-name-face prepend))
(+sh--match-command-subst-in-quotes (+sh--match-command-subst-in-quotes
(0 'sh-quoted-exec prepend)) (1 'sh-quoted-exec prepend))
(,(regexp-opt +sh-builtin-keywords 'words) (,(regexp-opt +sh-builtin-keywords 'words)
(0 'font-lock-builtin-face append)))) (0 'font-lock-builtin-face append))))