Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ybiquitous/rbs-mode
- Owner: ybiquitous
- License: gpl-3.0
- Created: 2020-02-20T13:26:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T00:59:45.000Z (5 months ago)
- Last Synced: 2024-08-07T02:55:14.125Z (5 months ago)
- Topics: emacs, ruby
- Language: Emacs Lisp
- Homepage:
- Size: 595 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.