This is a Emacs major mode for editing RBS (a type signature language for Ruby).
You can install this package via use-package
as below:
(use-package rbs-mode)
After setup, let's open a RBS file. You can download several RBS files from the ruby/rbs repository.
Welcome to your contribution! Feel free to open an issue or pull request.