Skip to content

Commit 0de9133

Browse files
committed
v1.5.3
1 parent 61a5481 commit 0de9133

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
},

0 commit comments

Comments
 (0)