Skip to content

Commit 61f93fa

Browse files
Version 0.3.4
1 parent 03fb51b commit 61f93fa

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Syntax Highlighter Change Log
22

3+
## **Version 0.3.4**
4+
#### Changes:
5+
* Rust: fix highlighting of module consts (#17)
6+
* Rust: highlighting of `=>` operator
7+
* TS/JS: highlighting of `this` keyword
8+
9+
310
## **Version 0.3.3**
411
#### Changes:
512
* The latest versions of tree-sitter-cpp/c

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Syntax Highlighter",
44
"description": "Syntax highlighting based on Tree-sitter",
55
"homepage": "https://github.com/EvgeniyPeshkov/syntax-highlighter",
6-
"version": "0.3.3",
6+
"version": "0.3.4",
77
"publisher": "evgeniypeshkov",
88
"license": "MIT",
99
"icon": "images/syntax.png",

0 commit comments

Comments
 (0)