Bracket Match

Three-line snippet with the matching opening and closing brackets highlighted in primary.

1function render(items) {
2 items.forEach(draw);
3}
Matching bracket on line 3

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Editor27 } from "@/components/beste/piece/editor27";

<Editor27 />