Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 693 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 693 Bytes

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.