Skip to content

Commit 15add46

Browse files
committed
v1.5.1
1 parent efa642b commit 15add46

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v1.5.1 Highlight tweaks
2+
3+
- Removes ` and | from bracket types, preventing the bracket pair colorizer from breaking
4+
- Only highlight numbers if they're not part of a larger word
5+
- Highlight `doctest` blocks as python code
6+
7+
Fixes https://github.com/trond-snekvik/vscode-rst/issues/16
8+
Fixes https://github.com/trond-snekvik/vscode-rst/issues/18
9+
Fixes https://github.com/trond-snekvik/vscode-rst/issues/19
10+
111
# v1.5.0 Highlighting accuracy improvements
212

313
- Adds ^, :, ", _ and ' to the list of characters that are recognized as headers

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.0",
5+
"version": "1.5.1",
66
"engines": {
77
"vscode": "^1.40.0"
88
},

0 commit comments

Comments
 (0)