Skip to content

Emacs major mode for Ruby type signature

License

Notifications You must be signed in to change notification settings

ybiquitous/rbs-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.