Skip to content

Commit

Permalink
Version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniyPeshkov committed Jun 12, 2019
1 parent e9f866a commit 1eccaa8
Show file tree
Hide file tree
Showing 4 changed files with 12 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.2**
#### Changes:
* Go: highlighting of punctuation
* Go: highlighting of `[` and `]`
* Go: highlighting of `&^` and `&^=` operators
* Demo for Go in README.md


## **Version 0.3.1**
#### Changes:
* Demo of {Syntax Highlighter} in README.md
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Syntax Highlighter for VSCode

#### Syntax highlighter based on [Tree-Sitter](https://tree-sitter.github.io/tree-sitter/).
#### Languages: C++, C, Python, TypeScript, JavaScript, Go, Rust, Php, Ruby, Lua

![demo](images/demo.gif)

#### Languages:
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.1",
"version": "0.3.2",
"publisher": "evgeniypeshkov",
"license": "MIT",
"icon": "images/syntax.png",
Expand Down

0 comments on commit 1eccaa8

Please sign in to comment.