https://github.com/jlcrochet/vim-rbs
Syntax highlighting and indentation for Ruby Signature (RBS) files
https://github.com/jlcrochet/vim-rbs
indentation rbs ruby syntax-highlighting vim vim-ftplugin vim-indent vim-plugin vim-syntax
Last synced: 24 days ago
JSON representation
Syntax highlighting and indentation for Ruby Signature (RBS) files
- Host: GitHub
- URL: https://github.com/jlcrochet/vim-rbs
- Owner: jlcrochet
- Created: 2021-05-16T21:51:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T06:42:48.000Z (over 2 years ago)
- Last Synced: 2025-04-11T18:02:19.606Z (24 days ago)
- Topics: indentation, rbs, ruby, syntax-highlighting, vim, vim-ftplugin, vim-indent, vim-plugin, vim-syntax
- Language: Vim Script
- Homepage:
- Size: 103 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Introduction
This plugin adds syntax highlighting and indentation for [Ruby Signature](https://github.com/ruby/rbs) (`*.rbs`) files.
## Installation
This is a standard Vim plugin which can be installed using your plugin manager of choice. If you do not already have a plugin manager, I recommend [vim-plug](https://github.com/junegunn/vim-plug).
Alternatively, if you are using Vim 8 or NeoVim, you can install this plugin as a package; see `:h packages` for instructions.