Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soutaro/vscode-rbs-syntax
RBS syntax highlight for VSCode.
https://github.com/soutaro/vscode-rbs-syntax
rbs ruby syntax-highlight vscode-extension
Last synced: 4 months ago
JSON representation
RBS syntax highlight for VSCode.
- Host: GitHub
- URL: https://github.com/soutaro/vscode-rbs-syntax
- Owner: soutaro
- License: mit
- Created: 2019-11-02T10:57:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T07:00:47.000Z (over 1 year ago)
- Last Synced: 2024-05-01T23:22:00.798Z (10 months ago)
- Topics: rbs, ruby, syntax-highlight, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=soutaro.rbs-syntax
- Size: 286 KB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# RBS Syntax
RBS Syntax is a syntax support for [RBS](https://github.com/ruby/rbs) files. It implements basic syntax highlighting and indentation support.
![Screenshot](screenshot.png)
RBS Syntax was originally developed by [@hanachin](https://github.com/hanachin) and transfered at Mar 25, 2021. The repository was `hanachin/vscode-ruby-signature` and the extension was distributed as [ruby-signature](https://marketplace.visualstudio.com/items?itemName=hanachin.ruby-signature). [@soutaro](https://github.com/soutaro) is the new maintainer.