Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trond-snekvik committed Apr 16, 2023
1 parent 61a5481 commit 0de9133
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v1.5.3 Comments and headings fixes

- Empty top level directives no longer break the header indexer
- Block comments without a space after the `..` are no longer recognized.
- Empty comments don't cause indented text to be highlighted as comments

Fixes https://github.com/trond-snekvik/vscode-rst/issues/24
Fixes https://github.com/trond-snekvik/vscode-rst/issues/25
Fixes https://github.com/trond-snekvik/vscode-rst/issues/31
Fixes https://github.com/trond-snekvik/vscode-rst/issues/32

Thanks to @lextm, @ssbarnea and @Xeverous for contributions to issue tracking.
Thanks to @alcarney for contributing a test suite.
Thanks to @sgryjp for fixing the empty top level directories.

# v1.5.2 Code directive fixes

- Fixes C++ `code-block` directive not being detected
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simple-rst",
"displayName": "reStructuredText Syntax highlighting",
"description": "Syntax highlighting and document symbols for reStructuredText",
"version": "1.5.2",
"version": "1.5.3",
"engines": {
"vscode": "^1.40.0"
},
Expand Down

0 comments on commit 0de9133

Please sign in to comment.