Skip to content

Conversation

@vlaaad
Copy link
Contributor

@vlaaad vlaaad commented Aug 7, 2025

New preference Code → Auto-insert closing parens allows turning off the auto-closing of parens in the editor.

Fixes #10781

New preference **Code → Auto-insert closing parens** allows turning off the auto-closing of parens in the editor.

Fixes #10781
Comment on lines +125 to +127
"punctuation.definition.comment.lua"
"comment.block.lua"
"comment.line.double-dash.lua"}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated: I disabled auto-closing parens in comment blocks. Reason: it's common to type English text with single quotes in comments, i.e., words like don't.

@vlaaad vlaaad requested a review from sprocketc August 7, 2025 07:49
Copy link
Contributor

@sprocketc sprocketc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great!

@vlaaad vlaaad merged commit af1300f into dev Aug 7, 2025
45 of 46 checks passed
@vlaaad vlaaad deleted the issue-10781-auto-closing-parens branch August 7, 2025 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Editor setting needed to disable auto-inserting of closing parens in the code editor.

3 participants