Skip to content

Commit 1eddf47

Browse files
committed
version -> 0.5.3
1 parent 541d01e commit 1eddf47

File tree

5 files changed

+765
-1378
lines changed

5 files changed

+765
-1378
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Release Notes
22

3+
### 0.5.3
4+
- Add syntax highlighting for markdown fenced code block (pr#95)
5+
- Little improvements so it works for multi folder workspace (pr#94)
6+
- Add assume filename flag to clang-format arguments (pr#93)
7+
38
### 0.5.2
49
- Fixed highlighting issues regarding custom options.
510

CONTRIBUTORS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ Tommy PAGEARD <tpageard@mailgun.com>
1414
Trent Houliston <trent@houliston.me>
1515
Phlippie <pbosman@retrorabbit.co.za>
1616
codingfanlt <codingfanlt@gmail.com>
17-
Thomas <thomas@zhaus.local>
17+
Thomas <thomas@zhaus.local>
18+
Steven Smith <steven.smith@outreach.io>
19+
Dayo <dedayoa@gmail.com>
20+
Jay Park <phoihos@gmail.com>

example/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"protoc": {
3-
"path": "/path/to/protoc",
3+
"path": "/usr/local/bin/protoc",
44
"options": [
55
"--proto_path=protos/v3",
66
"--proto_path=protos/v2",

0 commit comments

Comments
 (0)