| 127 | |
| 128 | const captures = (i_group, si_scope) => `$.contexts..*[?(@.captures["${i_group}"]=="${si_scope}")]`; |
| 129 | const scope_equals = si_scope => `$.contexts..*[?(@.scope=="${si_scope}")]`; |
| 130 | |
| 131 | let f_escape_backtick = match_replace(/([`])/g, '\\\\$1'); |
| 132 |