From 0040a6fec34701e356d2186a75faea0cebe2de32 Mon Sep 17 00:00:00 2001 From: Trond Einar Snekvik Date: Mon, 6 Sep 2021 20:19:33 +0200 Subject: [PATCH] v1.5.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb14c9..d578136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/package.json b/package.json index c7099b7..eb4d08c 100644 --- a/package.json +++ b/package.json @@ -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" },