Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trond-snekvik committed Aug 11, 2021
1 parent 091ffbf commit 5d6c18d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# v1.3.0: Sphinx domains

- Adds support for Sphinx domains.
- The following directives will now get language specific syntax highlighting:
- `.. cpp:xyz::`
- `.. c:xyz::`
- `.. py:xyz::`
- `.. js:xyz::`
- Removed auto indent when jumping from a `***` based heading underline
- Now requiring at least one letter, number or underscore for VS Code to consider a chunk of text a word
- Prevents VS Code from suggesting autocompletions for `---` heading underlines.
- Support for all markup inside non-literal directives.
- Minor fixes to detection for comments, inline markup and directive indentation.

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


# v1.2.0 Autoclosing braces and workspace trust

Fixes unwanted injection of backticks and `|`, and marks the extension as safe for untrusted workspaces.

Fixes https://github.com/trond-snekvik/vscode-rst/issues/2.
Fixes https://github.com/trond-snekvik/vscode-rst/issues/3.

# v1.1.0 Fix inline markup

Fixes some glitches in inline markup, as described in https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html.

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

# v1.0.0 Initial release
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.2.0",
"version": "1.3.0",
"engines": {
"vscode": "^1.40.0"
},
Expand Down

0 comments on commit 5d6c18d

Please sign in to comment.