diff options
| -rw-r--r-- | prism/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/prism/config.yml b/prism/config.yml index a4488e6444..73ee41a6c8 100644 --- a/prism/config.yml +++ b/prism/config.yml @@ -633,6 +633,12 @@ nodes: fields: - name: name type: constant + comment: | + The name of the back-reference variable, including the leading `$`. + + $& # name `:$&` + + $+ # name `:$+` comment: | Represents reading a reference to a field in the previous match. |
