Skip to content

Commit

Permalink
document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TUVIMEN committed Mar 1, 2025
1 parent 8740382 commit f5d068d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion reliq.1
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Hooks for text types:
Get text matching to \fIPATTERN\fR.
.TP

Access hooks specify what nodes will be matched:
Access hooks specify what nodes will be matched, specifying multiple will not preserve order:

.TP
.BR @
Expand Down Expand Up @@ -366,6 +366,21 @@ Matches preceding siblings of self and nodes below them.
.BR fssub ", " full_sibling_subsequent
Matches subsequent siblings of self and nodes below them.
.TP
.BR everything
Matches every node possible
.TP
.BR preceding
Matches nodes before current that are not it's ancestors
.TP
.BR before
Matches nodes before current
.TP
.BR subsequent
Matches nodes after current that are not it's descendants
.TP
.BR after
Matches nodes after current
.TP

Type hooks:

Expand Down

0 comments on commit f5d068d

Please sign in to comment.