typst / webapp-issues

Issue tracker for Typst's web app.
https://typst.app
9 stars 0 forks source link

Color matching brackets #344

Closed christofergartner closed 1 month ago

christofergartner commented 1 month ago

Description

Color-code matching brackets, like many editors do.

Example: #foo(bar(baz(VAL))) Here, the innermost parentheses might be red, the outermost yellow, and the middle ones blue.

Use Case

Convenient when nested brackets are used.

christofergartner commented 1 month ago

Oops: #315