Ruby, ERB and Gemfile Syntax Support.
This Extension allows for Ruby Syntax Support without needing to install language server, debugger etc.
Original Ruby and ERB Syntax Grammar extracted from vscode-ruby.
- Run:
code --install-extension SarahRidge.vscode-ruby-syntax
- Alternatively, extension can be installed via marketplace.
- Reload VSCode.
- Added Grammar for
Gemfile
following bundler docs. - Added Ternary
:
. - Added Ruby Range.
- Fixed Comment Blocks for
.erb
files to allow for html block commenting<!-- -->"
(still respects single line comments<%# %>
). - Fixed variable recognition ending with
?
or!
** Pull Requests submitted to forked repository for ruby
and erb
grammar changes addressed in this repo. **
Ruby Logo © 2006, Yukihiro Matsumoto: https://www.ruby-lang.org/en/about/logo/