File tree Expand file tree Collapse file tree 5 files changed +765
-1378
lines changed
Expand file tree Collapse file tree 5 files changed +765
-1378
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -14,4 +14,7 @@ Tommy PAGEARD <tpageard@mailgun.com>
1414Trent Houliston <trent@houliston.me>
1515Phlippie <pbosman@retrorabbit.co.za>
1616codingfanlt <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>
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments