Skip to content

Commit

Permalink
Version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trond-snekvik committed Sep 17, 2023
1 parent 7f2d6bb commit 4371e09
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.5.4 Deeply nested blocks and options lists

- Deeply nested blocks are now rendered correctly
- Options list regex no longer causes catastrophic backtracking
- Angle brackets and aliases have been fixed in the options list

Fixes https://github.com/trond-snekvik/vscode-rst/issues/37
Fixes https://github.com/trond-snekvik/vscode-rst/issues/40

Thanks to @asottile for contributing a fix for options lists.
Thanks to @chen19901225 and @asottile for reporting issues.
Thanks to @lextm for contributions to issue tracking.

# v1.5.3 Comments and headings fixes

- Empty top level directives no longer break the header indexer
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.3",
"version": "1.5.4",
"engines": {
"vscode": "^1.40.0"
},
Expand Down Expand Up @@ -78,4 +78,4 @@
"dependencies": {
"compare-versions": "^3.6.0"
}
}
}

0 comments on commit 4371e09

Please sign in to comment.