Skip to content

Commit eaf52e7

Browse files
Update README/CHANGELOG and bump version
1 parent b4b0212 commit eaf52e7

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

redcode/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
<!-- markdownlint-disable-file no-duplicate-header -->
22

3-
# Change Log
3+
# Changelog
44

55
All notable changes to the "redcode" extension will be documented in this file.
66
Format based on [Keep a Changelog](http://keepachangelog.com/).
77

88
## Unreleased
99

10-
## [0.1.0]
10+
## [0.1.1] - 2020-07-19
11+
12+
### Fixed
13+
14+
- Lowercase `end` keyword highlighted incorrectly
15+
16+
## [0.1.0] - 2020-06-14
1117

1218
### Added
1319

redcode/INSTALL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## Installing locally
44

5-
```
5+
```shell
66
cd redcode
77
npm install && npm run package
88
code --install-extension <path-to-redcode>/redcode-<version>.vsix
99
```
1010

1111
## Install from VS Code Marketplace
1212

13-
TODO. Not yet published
13+
```shell
14+
code --install-extension ian-h-chamberlain.redcode
15+
```

redcode/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Redcode Syntax highlighting
22

3+
[![Latest Release](https://img.shields.io/visual-studio-marketplace/v/ian-h-chamberlain.redcode?logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=ian-h-chamberlain.redcode)
4+
[![Build Status](https://img.shields.io/github/workflow/status/ian-h-chamberlain/corewa_rs/build_redcode/master)](https://github.com/ian-h-chamberlain/corewa_rs/actions)
5+
36
Basic syntax highlighting for Redcode, the language used in [Core Wars](https://corewa.rs).
47

58
## Features
@@ -16,4 +19,4 @@ Syntax highlighting for redcode, based partially on [this vim syntax file](https
1619

1720
## Release Notes
1821

19-
See CHANGELOG.md
22+
See [the changelog](./CHANGELOG.md).

redcode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "redcode",
33
"displayName": "redcode",
44
"description": "Language per REDCODE Reference Standard: ICWS'94 draft (extended)",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"license": "MIT",
77
"publisher": "ian-h-chamberlain",
88
"repository": {

0 commit comments

Comments
 (0)