Skip to content

fix(ruby): detect more brackets - #337

Open
AlternateRT wants to merge 1 commit into
zed-extensions:mainfrom
AlternateRT:detect-more-brackets
Open

AlternateRT wants to merge 1 commit into
zed-extensions:mainfrom
AlternateRT:detect-more-brackets

Conversation

@AlternateRT

Copy link
Copy Markdown
Contributor

Adds bracket detection for string/symbol arrays, delimited symbols, regex, backticks, and the accompanying percent literals

Adds bracket detection for string/symbol arrays, delimited symbols,
regex, backticks, and the accompanying percent literals
@cla-bot cla-bot Bot added the cla-signed label Sep 19, 2026

@vitallium vitallium left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks amazing! Just one small question about changes in the indents file for Ruby. Could you please have a look?

Thanks!

Comment on lines +31 to +36
(string_array
")" @end) @indent

(symbol_array
")" @end) @indent

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

question: is this change related here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants