lang/sh: fix unfontified character next to subshells
This commit is contained in:
parent
416a6cce21
commit
d0484c2ae7
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue