Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trond-snekvik committed Sep 6, 2021
1 parent 316535b commit 0040a6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.5.0 Highlighting accuracy improvements

- Adds ^, :, ", _ and ' to the list of characters that are recognized as headers
- Checking LeXtudio's extension version before disabling symbol provider
- Fix issues with directives ending too early
- Use more commonly available symbols for directives, block parameters and inline monospace strings

Fixes https://github.com/trond-snekvik/vscode-rst/issues/12.
Fixes https://github.com/trond-snekvik/vscode-rst/issues/13.
Fixes https://github.com/trond-snekvik/vscode-rst/issues/14.
Fixes https://github.com/trond-snekvik/vscode-rst/issues/15.

# v1.4.0 Compatibility with LeXtudio's extension

- Changes the reStructuredText language identifier to `restructuredtext`
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.4.0",
"version": "1.5.0",
"engines": {
"vscode": "^1.40.0"
},
Expand Down

0 comments on commit 0040a6f

Please sign in to comment.