code / bp

Lines4.3K C3.3K Markdown541 YAML273 make110 Shell77 Lua54
(3 lines)
1 # The ellipsis matches text upto the following pattern, not counting newlines
2 # Example: bp '{"/*" .. "*/"}' matches "/* blah blah */" or "/**/"
3 bp '{"hello" .. "world"}'