Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parinfer breaks when using \[ and \] #1342

Closed
sveri opened this issue Apr 2, 2016 · 1 comment
Closed

Parinfer breaks when using \[ and \] #1342

sveri opened this issue Apr 2, 2016 · 1 comment
Labels
released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@sveri
Copy link

sveri commented Apr 2, 2016

Using selmer I tried to set different tag open / close delimiters which break parinfer (Cursive version: 1.2.1-2016.1).

To reproduce open a new clj namespace and type:

{:tag-open \[ :tag-close \]}
{:tag-open \[ :tag-close \]}

While trying to enter the second line it will start to do weird things and it is impossible to enter the above two lines correctly. This also happens if these two lines are separated in different functions.

@shaunlebron
Copy link

Sorry about this, I somehow missed the case of escaped close-parens. I've published a one-line fix for the JS version. Should make its way into the JVM version soon.

Thanks for reporting!

@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

3 participants