Skip to content

Commit

Permalink
fixing shell command hilight using syntax with embedded parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Dec 23, 2024
1 parent feae73a commit 393cc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jasspa/macros/hkshell.emf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ set-variable .fhook-shell.item-list-r1 "Func \ecB\\1\ecA"
; Variables.
hilight .hilight.shell 4 "\\$" "\\}\\W" "" .scheme.variable
hilight .hilight.shell 0x80 "\\${" .hilight.shellV .scheme.variable
hilight .hilight.shell 4 "\\$(" ")" "" .scheme.variable
hilight .hilight.shell 4 "\\$(" ")\\s" "" .scheme.variable
hilight .hilight.shell 0 "\\$\\?" .scheme.variable
hilight .hilight.shell 0 "\\$#" .scheme.variable
hilight .hilight.shell 0 "\\$\\$" .scheme.variable
Expand Down

0 comments on commit 393cc97

Please sign in to comment.