Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniyPeshkov committed Jun 10, 2019
1 parent dbff8b2 commit 362198e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Syntax Highlighter Change Log

## **Version 0.3.1**
#### Changes:
* Demo of {Syntax Highlighter} in README.md
* C++: `noexcept` keyword is highlighted
* C++: definition of operator (e.g. `operator!()`) is highlighted
* C++: `default` is highlighted as *modifier* instead of *control*


## **Version 0.3.0**
#### New programming languages:
* Ruby
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Syntax Highlighter",
"description": "Syntax highlighting based on Tree-sitter",
"homepage": "https://github.com/EvgeniyPeshkov/syntax-highlighter",
"version": "0.3.0",
"version": "0.3.1",
"publisher": "evgeniypeshkov",
"license": "MIT",
"icon": "images/syntax.png",
Expand Down

0 comments on commit 362198e

Please sign in to comment.