File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to the Serilog Syntax Highlighting extension will be documen
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.0] - 2025-09-21
9+
10+ ### Added
11+ - Brace matching provider for Serilog templates with multi-line support
12+ - Visual highlighting for matching braces in message templates and expressions
13+
14+ ### Fixed
15+ - Property-argument highlighting now works when LogError has Exception as first parameter
16+ - Multi-line Serilog call detection now correctly excludes string literals from parenthesis counting
17+
818## [ 0.1.0] - 2025-09-20
919
1020### Added
Original file line number Diff line number Diff line change 22 "name" : " serilog-syntax-vscode" ,
33 "displayName" : " Serilog Syntax" ,
44 "description" : " Syntax highlighting for Serilog message templates and Serilog.Expressions" ,
5- "version" : " 0.1 .0" ,
5+ "version" : " 0.2 .0" ,
66 "publisher" : " mtlog" ,
77 "repository" : {
88 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments