Skip to content

Commit e695318

Browse files
committed
Prepare 1.0.0 release
1 parent 0fc2278 commit e695318

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22
## master (Unreleased)
33
-
44

5+
## 1.0.0 (2025-05-22)
6+
- Update repository with a few changes mainly from `ruby-lsp` and `textmate`:
7+
- Fix class/module `::` namespacing separater
8+
- Fix backtick highlighting
9+
- Fix block parameter matching
10+
- Fix multiline arithmetic operations and regex string collisions
11+
512
## 0.0.11 (2020-04-19)
6-
- `README` Updates.
13+
- `README` Updates
714

815
## 0.0.1 (2020-04-19)
916
- Capture Ruby and ERB Syntaxes from https://github.com/rubyide/vscode-ruby
1017
- Change ERB block comments to html style
11-
- Make a few adjustments for ruby grammar.
18+
- Make a few adjustments for ruby grammar
1219
- Add Gemfile Grammar

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Adds Ruby, ERB and Gemfile Language Grammars.",
55
"publisher": "SarahRidge",
66
"icon": "images/icon.png",
7-
"version": "0.0.11",
7+
"version": "1.0.0",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/smridge/vscode-ruby-syntax"

0 commit comments

Comments
 (0)