Skip to content

Commit

Permalink
Version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniyPeshkov committed Jun 14, 2019
1 parent a967567 commit 368efc6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Syntax Highlighter Change Log

## **Version 0.3.3**
#### Changes:
* The latest versions of tree-sitter-cpp/c
* C++: fix highlighting of `virtual` method definitions
* C++: fix highlighting of `delete` in method definitions
* C++: fix highlighting of `throw` expressions
* C++/C: highlighting of `__attribute__` as *modifier*


## **Version 0.3.2**
#### Changes:
* Go: highlighting of punctuation
Expand All @@ -11,9 +20,9 @@
## **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*
* C++: highlighting of `noexcept` keyword
* C++: highlighting of operator definitions (e.g. `operator!()`)
* C++: highlighting `default` as *modifier* instead of *control*


## **Version 0.3.0**
Expand Down
2 changes: 1 addition & 1 deletion grammars/cpp.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"\"typename\"": "control",
"\"try\"": "control",
"\"catch\"": "control",
"\"trow\"": "control",
"\"throw\"": "control",

"\"sizeof\"": "operator",
"\"new\"": "operator",
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.2",
"version": "0.3.3",
"publisher": "evgeniypeshkov",
"license": "MIT",
"icon": "images/syntax.png",
Expand Down

0 comments on commit 368efc6

Please sign in to comment.