code / bp

Lines4.3K C3.3K Markdown541 YAML273 make110 Shell77 Lua54
(3 lines)
1 # parens is a pattern matching nested parentheses
2 # Example: bp '{"foo" parens}' matches "foo()" or "foo(baz(), qux())", but not "foo(()"
3 bp '{id parens `;}'