KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
749 stars 56 forks source link

Right squre bracket #285

Closed xijiang closed 1 year ago

xijiang commented 1 year ago

When typing the left bracket [, the right one ] appears. When typing ] again, an extra ] was there. This behavior is different than typing (), or {}. When the right ones are overwritten. The extra ] results in often errors. Can this be improved? Many thanks.

mbaz commented 1 year ago

@xijiang See https://github.com/KristofferC/OhMyREPL.jl/issues/166

KristofferC commented 1 year ago

Should be fixed