File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # v1.5.3 Comments and headings fixes
2+
3+ - Empty top level directives no longer break the header indexer
4+ - Block comments without a space after the ` .. ` are no longer recognized.
5+ - Empty comments don't cause indented text to be highlighted as comments
6+
7+ Fixes https://github.com/trond-snekvik/vscode-rst/issues/24
8+ Fixes https://github.com/trond-snekvik/vscode-rst/issues/25
9+ Fixes https://github.com/trond-snekvik/vscode-rst/issues/31
10+ Fixes https://github.com/trond-snekvik/vscode-rst/issues/32
11+
12+ Thanks to @lextm , @ssbarnea and @Xeverous for contributions to issue tracking.
13+ Thanks to @alcarney for contributing a test suite.
14+ Thanks to @sgryjp for fixing the empty top level directories.
15+
116# v1.5.2 Code directive fixes
217
318- Fixes C++ ` code-block ` directive not being detected
Original file line number Diff line number Diff line change 22 "name" : " simple-rst" ,
33 "displayName" : " reStructuredText Syntax highlighting" ,
44 "description" : " Syntax highlighting and document symbols for reStructuredText" ,
5- "version" : " 1.5.2 " ,
5+ "version" : " 1.5.3 " ,
66 "engines" : {
77 "vscode" : " ^1.40.0"
88 },
You can’t perform that action at this time.
0 commit comments