Skip to content

fix(ruby): resolve precedence issue with import keyword detection#163

Merged
vitallium merged 1 commit into
mainfrom
vs/fix-keyword-import-precedence
Aug 21, 2025
Merged

fix(ruby): resolve precedence issue with import keyword detection#163
vitallium merged 1 commit into
mainfrom
vs/fix-keyword-import-precedence

Conversation

@vitallium
Copy link
Copy Markdown
Collaborator

  • Remove requirement for import keywords to be inside a program call
  • Reorder the highlights to capture import keywords properly

Closes #157

* Remove requirement for import keywords to be inside a program call
* Reorder the highlights to capture import keywords properly

Closes #157
@cla-bot cla-bot Bot added the cla-signed label Aug 21, 2025
@vitallium vitallium merged commit 00b2d2c into main Aug 21, 2025
4 checks passed
@vitallium vitallium deleted the vs/fix-keyword-import-precedence branch August 21, 2025 19:32
vitallium added a commit that referenced this pull request Aug 24, 2025
## v0.13.1

### Bug Fixes

- *(deps)* Update rust crate serde_json to v1.0.141 (#151)
- *(deps)* Update rust crate serde_json to v1.0.143 (#155)
- *(ruby)* Resolve precedence issue with import keyword detection (#163)
- *(gemset)* Pass `GEM_PATH` env variable to commands (#164)
- *(rdbg)* Ensure we always have current dir (#165)

### Styling

- Allow conventional commits that start with a lowercase letter

### Testing

- Add tests for `root_path` and `shell_env` (#159)

### Miscellaneous Tasks

- Enable semantic commits for renovate
- *(deps)* Update pnpm to v10.14.0 (#156)
- *(deps)* Update pnpm to v10.15.0 (#161)
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.

Setting syntax highlighting for keyword.import doesn't take effect

1 participant