Skip to content

Commit 4371e09

Browse files
committed
Version 1.5.4
1 parent 7f2d6bb commit 4371e09

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v1.5.4 Deeply nested blocks and options lists
2+
3+
- Deeply nested blocks are now rendered correctly
4+
- Options list regex no longer causes catastrophic backtracking
5+
- Angle brackets and aliases have been fixed in the options list
6+
7+
Fixes https://github.com/trond-snekvik/vscode-rst/issues/37
8+
Fixes https://github.com/trond-snekvik/vscode-rst/issues/40
9+
10+
Thanks to @asottile for contributing a fix for options lists.
11+
Thanks to @chen19901225 and @asottile for reporting issues.
12+
Thanks to @lextm for contributions to issue tracking.
13+
114
# v1.5.3 Comments and headings fixes
215

316
- Empty top level directives no longer break the header indexer

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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.3",
5+
"version": "1.5.4",
66
"engines": {
77
"vscode": "^1.40.0"
88
},
@@ -78,4 +78,4 @@
7878
"dependencies": {
7979
"compare-versions": "^3.6.0"
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)