File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ 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.1.0] - 2025-09-19
8+ ## [ 0.1.0] - 2025-09-20
99
1010### Added
1111- Initial release of Serilog Syntax Highlighting for VS Code
1212- Template parser for Serilog message templates with property detection
1313- Expression parser for Serilog.Expressions syntax
1414- String literal parser supporting regular, verbatim (@"), and raw (""") strings
15- - Brace matching provider for template property brackets
15+ - Property-argument highlighter showing connections between template properties and their values
16+ - Navigation provider with code actions to jump from properties to arguments
1617- Decoration manager using VS Code decoration API for syntax highlighting
1718- Theme manager with dark/light theme color schemes
1819- Cache manager with LRU eviction (100 entry limit)
You can’t perform that action at this time.
0 commit comments