Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ybiquitous/rbs-mode

Emacs major mode for Ruby type signature
https://github.com/ybiquitous/rbs-mode

emacs ruby

Last synced: 2 months ago
JSON representation

Emacs major mode for Ruby type signature

Awesome Lists containing this project

README

        

[![MELPA](https://melpa.org/packages/rbs-mode-badge.svg)](https://melpa.org/#/rbs-mode)
[![MELPA Stable](https://stable.melpa.org/packages/rbs-mode-badge.svg)](https://stable.melpa.org/#/rbs-mode)

# rbs-mode

This is a Emacs major mode for editing [RBS](https://github.com/ruby/rbs) (a type signature language for Ruby).

![Screenshot](screenshot.png)

## Getting started

You can install this package via `use-package` as below:

```elisp
(use-package rbs-mode)
```

After setup, let's open a RBS file. You can download several RBS files from the [ruby/rbs](https://github.com/ruby/rbs) repository.

## Contributing

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