Skip to content

Commit

Permalink
fixing indent issues in help file and link highligthing in hkmd.emf
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Sep 17, 2024
1 parent 3f41e59 commit 7a71b88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/me.smd
Original file line number Diff line number Diff line change
Expand Up @@ -18294,7 +18294,7 @@ $a
> The content of the brackets (__[__...__]__) include a set of special short
cuts and regular expression syntax definitions as follows:-

> `[abc]`
> `[abc]`

> > A list of characters.

Expand Down Expand Up @@ -43199,7 +43199,7 @@ $a

## SYNOPSIS

__save-kbd-macro__ ["macro-name"]
__save-kbd-macro__ [macro-name]

## DESCRIPTION

Expand All @@ -43226,7 +43226,7 @@ $a

## SYNOPSIS

__xrdb-scheme__ ["theme-name"]
__xrdb-scheme__ ["theme-name"]

## DESCRIPTION

Expand Down
3 changes: 2 additions & 1 deletion jasspa/macros/hkmd.emf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ set-variable .fhook-md.item-list-r3 "H2 \ecB\\1\ecA"
hilight .hilight.md 1 "_[^_]+_" .scheme.italic
hilight .hilight.md 1 "`[^`]+`" .scheme.quote
;xhilight .hilight.md 1 "\\[[^\\[]+\\)" .scheme.quote
hilight .hilight.md 0x804 "\\[" ")" "\\" .scheme.link
hilight .hilight.md 0x804 "\\[" "\\]" "\\" .scheme.link
hilight .hilight.md 0x804 "(" ")" "\\" .scheme.link
;hilight .hilight.md 0x804 "(" ")" "\\" .scheme.link
;hilight .hilight.md 4 "\\](" ")" "\\" .scheme.link
;hilight .hilight.md 0x44 "\\[" "\\](" "" "" .scheme.link
Expand Down

0 comments on commit 7a71b88

Please sign in to comment.