/rbs-mode

Emacs major mode for Ruby type signature

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

MELPA MELPA Stable

rbs-mode

This is a Emacs major mode for editing RBS (a type signature language for Ruby).

Screenshot

Getting started

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.

Contributing

Welcome to your contribution! Feel free to open an issue or pull request.