shaunlebron / parinfer-codemirror

Parinfer layer for CodeMirror
ISC License
16 stars 4 forks source link

Dim paren trail #3

Closed shaunlebron closed 7 years ago

shaunlebron commented 7 years ago

Maybe I should have Parinfer return paren trail positions so I can just use markText to dim them. This would save the trouble of requiring a custom clojure mode, and would work with other Lisps.

We don't have to update this every frame since it is a cosmetic thing that shouldn't affect performance.