You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,24 @@
6
6
7
7
Ruby, ERB and Gemfile Syntax Support.
8
8
9
-
This Extension allows for Ruby Syntax Support without needing to install language server, debugger etc.
10
-
11
-
Original Ruby and ERB Syntax Grammar forked from [vscode-ruby](https://github.com/rubyide/vscode-ruby).
9
+
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.
- Fixed Comment Blocks for `.erb` files to allow for html block commenting `<!-- -->"` (still respects single line comments `<%# %>`)
22
+
- Added Ternary `:`
23
+
- Added Ruby Range `..`
23
24
- Fixed variable recognition ending with `?` or `!`
24
-
25
-
** Pull Requests submitted to [forked repository](https://github.com/rubyide/vscode-ruby/pulls) for `ruby`and `erb` grammar changes addressed in this repo. **
25
+
- Fixed Comment Blocks for `.erb` files by adding `<%#` to each line
26
+
- Fixed multiline arithmetic operations and regex matching collisions
0 commit comments