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

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

Awesome Lists containing this project

README

        

![vim-rbs_demo](demo.png)

## 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.