Skip to content

Commit

Permalink
version -> 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zxh0 committed Dec 31, 2020
1 parent 541d01e commit 1eddf47
Show file tree
Hide file tree
Showing 5 changed files with 765 additions and 1,378 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Release Notes

### 0.5.3
- Add syntax highlighting for markdown fenced code block (pr#95)
- Little improvements so it works for multi folder workspace (pr#94)
- Add assume filename flag to clang-format arguments (pr#93)

### 0.5.2
- Fixed highlighting issues regarding custom options.

Expand Down
5 changes: 4 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ Tommy PAGEARD <tpageard@mailgun.com>
Trent Houliston <trent@houliston.me>
Phlippie <pbosman@retrorabbit.co.za>
codingfanlt <codingfanlt@gmail.com>
Thomas <thomas@zhaus.local>
Thomas <thomas@zhaus.local>
Steven Smith <steven.smith@outreach.io>
Dayo <dedayoa@gmail.com>
Jay Park <phoihos@gmail.com>
2 changes: 1 addition & 1 deletion example/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"protoc": {
"path": "/path/to/protoc",
"path": "/usr/local/bin/protoc",
"options": [
"--proto_path=protos/v3",
"--proto_path=protos/v2",
Expand Down
Loading

0 comments on commit 1eddf47

Please sign in to comment.