Ruby, ERB and Gemfile Syntax Support.
This Extension allows for Ruby Syntax Support without needing to install language server, debugger etc. for a way to keep things simple and distraction free.
This extension is available at the following extension marketplaces:
Run one of the following commands depending on the editor you are using:
- For
vscode:code --install-extension SarahRidge.vscode-ruby-syntax - For
cursor:cursor --install-extension SarahRidge.vscode-ruby-syntax
Reload your editor
- The initial language grammar was copied from
vscode-rubywhich is no longer supported ruby-lspas the successor now maintains ruby grammars
- Added Grammar for
Gemfilefollowing bundler docs - Added Ternary
: - Added Ruby Ranges
../... - Fixed variable recognition ending with
?or! - Fixed Comment Blocks for
.erbfiles by adding<%#to each line - Fixed multiline arithmetic operations and regex matching collisions
Note: Publishing a new version of this theme is only meant for maintainers.
yarn run vs-package- Publish to VSCode Marketplace:
yarn run vs-publish - Publish to Open VSX Registry:
npx ovsx publish <.vsix file> -p <OpenVSX PAT>
Ruby
Logo © 2006, Yukihiro Matsumoto: https://www.ruby-lang.org/en/about/logo/