Skip to content

Conversation

@S-H-GAMELINKS
Copy link

Thanks for developing Zed editor. I want to add Kanayago(金屋子) that can use real-time Ruby syntax checking.
And, this is my first time pull request on zed-extensions. So, please let me know if there are any changes needed or anything I should do.

Summary

This PR adds the Kanayago extension to the Zed extensions repository.

What is Kanayago?

Kanayago is a Ruby Language Server Protocol (LSP) implementation that provides:

  • Ruby syntax checking powered by Kanayago
  • AST-based Ruby code analysis
  • Lightweight LSP implementation fully written in Ruby

Changes

  • Added extensions/kanayago as a git submodule pointing to https://github.com/S-H-GAMELINKS/zed-kanayago
  • Updated extensions.toml to include the Kanayago extension (version 0.1.0)
  • Updated .gitmodules with the new submodule entry

Requirements

Users need to have the kanayago command available in their PATH:

gem install kanayago

Screen Shot

image

Repository

Extension License

MIT License

@cla-bot
Copy link

cla-bot bot commented Nov 24, 2025

We require contributors to sign our Contributor License Agreement, and we don't have @S-H-GAMELINKS on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@S-H-GAMELINKS
Copy link
Author

@cla-bot check

@cla-bot
Copy link

cla-bot bot commented Nov 24, 2025

We require contributors to sign our Contributor License Agreement, and we don't have @S-H-GAMELINKS on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@cla-bot
Copy link

cla-bot bot commented Nov 24, 2025

The cla-bot has been summoned, and re-checked this pull request!

@S-H-GAMELINKS
Copy link
Author

@cla-bot check

@cla-bot cla-bot bot added the cla-signed label Nov 24, 2025
@cla-bot
Copy link

cla-bot bot commented Nov 24, 2025

The cla-bot has been summoned, and re-checked this pull request!

@maxdeviant maxdeviant changed the title Add Kanayago extension for Ruby LSP support Add Kanayago extension Nov 24, 2025
This adds the Kanayago extension which provides Ruby syntax checking
using Kanayago LSP, an AST-based Ruby code analysis tool.
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.

1 participant