Skip to content

Commit 05f3b4a

Browse files
Add .redcode extension
1 parent 7108686 commit 05f3b4a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Format based on [Keep a Changelog](http://keepachangelog.com/).
99

1010
## [0.2.0] - 2020-10-09
1111

12+
### Added
13+
14+
- Enable extension for `.redcode` files by default
15+
1216
### Changed
1317

1418
- Migrate to the `corewa-rs` VSCode publisher and Github organization

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"redcode"
3434
],
3535
"extensions": [
36-
".red"
36+
".red",
37+
".redcode",
3738
],
3839
"configuration": "./language-configuration.json"
3940
}

0 commit comments

Comments
 (0)