Skip to content

Commit 59a1ff8

Browse files
committed
Replace master with main for default branch
1 parent 8a85a9d commit 59a1ff8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CHANGELOG
2-
## master (Unreleased)
2+
## main (Unreleased)
33
- Fix range operator to support beginless and endless ranges
44
- Fix `erb` block comments to add `<%#` to each line
55
```erb

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Published Version to VS Code](https://img.shields.io/visual-studio-marketplace/v/SarahRidge.vscode-ruby-syntax)](https://marketplace.visualstudio.com/items?itemName=SarahRidge.vscode-ruby-syntax)
33
[![VS Code Downloads](https://img.shields.io/visual-studio-marketplace/d/SarahRidge.vscode-ruby-syntax)](https://marketplace.visualstudio.com/items?itemName=SarahRidge.vscode-ruby-syntax)
44
[![VS Code Installs](https://img.shields.io/visual-studio-marketplace/i/SarahRidge.vscode-ruby-syntax)](https://marketplace.visualstudio.com/items?itemName=SarahRidge.vscode-ruby-syntax)
5-
[![GitHub License](https://img.shields.io/github/license/smridge/vscode-ruby-syntax.svg)](https://github.com/smridge/vscode-ruby-syntax/blob/master/LICENSE)
5+
[![GitHub License](https://img.shields.io/github/license/smridge/vscode-ruby-syntax.svg)](https://github.com/smridge/vscode-ruby-syntax/blob/main/LICENSE)
66

77
Ruby, ERB and Gemfile Syntax Support.
88

@@ -39,4 +39,4 @@ This Extension allows for Ruby Syntax Support without needing to install languag
3939

4040
---
4141

42-
Ruby <img src="https://raw.githubusercontent.com/smridge/vscode-ruby-syntax/master/images/icon.png" width="12"> Logo &copy; 2006, Yukihiro Matsumoto: https://www.ruby-lang.org/en/about/logo/
42+
Ruby <img src="https://raw.githubusercontent.com/smridge/vscode-ruby-syntax/main/images/icon.png" width="12"> Logo &copy; 2006, Yukihiro Matsumoto: https://www.ruby-lang.org/en/about/logo/

0 commit comments

Comments
 (0)