Skip to content

Commit 393cc97

Browse files
author
Detlef Groth
committed
fixing shell command hilight using syntax with embedded parenthesis
1 parent feae73a commit 393cc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jasspa/macros/hkshell.emf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ set-variable .fhook-shell.item-list-r1 "Func \ecB\\1\ecA"
6565
; Variables.
6666
hilight .hilight.shell 4 "\\$" "\\}\\W" "" .scheme.variable
6767
hilight .hilight.shell 0x80 "\\${" .hilight.shellV .scheme.variable
68-
hilight .hilight.shell 4 "\\$(" ")" "" .scheme.variable
68+
hilight .hilight.shell 4 "\\$(" ")\\s" "" .scheme.variable
6969
hilight .hilight.shell 0 "\\$\\?" .scheme.variable
7070
hilight .hilight.shell 0 "\\$#" .scheme.variable
7171
hilight .hilight.shell 0 "\\$\\$" .scheme.variable

0 commit comments

Comments
 (0)