Skip to content

Commit

Permalink
Updated readme & version
Browse files Browse the repository at this point in the history
  • Loading branch information
ANDREW M. TRICE committed Jul 5, 2017
1 parent 142c5c3 commit 26eb53d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Language extension for VSCode/Bluemix Code that adds syntax colorization for bot

Colorization should work with most themes because it uses common theme token style names. It also works with most instances of the output panel. Initially attempts to match common literals (strings, dates, numbers, guids) and warning|info|error|server|local messages.

## Change Log

* **0.1.2** - Updated for compliance with upcoming VS Code marketplace changes
* **0.1.1** - Regex updates for color coding support

## Contributing
You can contribute to the project by reading the [Contribution guidelines](https://github.com/IBM-Bluemix/vscode-log-output-colorizer/blob/master/CONTRIBUTING.md)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "output-colorizer",
"displayName": "Output Colorizer",
"description": "Syntax highlighting for log files",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "IBM",
"engines": {
"vscode": "^1.0.0"
Expand Down

0 comments on commit 26eb53d

Please sign in to comment.