diff --git a/CHANGELOG.md b/CHANGELOG.md index 1674650..c8e4e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ### 0.0.1 Initial release with syntax highlighting. ### 0.2.0 -Added hierarchical outline view. +Added hierarchical [outline view](https://code.visualstudio.com/docs/getstarted/userinterface#_outline-view). ### 0.2.2 Fixed image in README to reflect new features. ### 0.2.3 Tidy README and clean up `devDependencies`. +### 0.2.4 +Mention support for [Breadcrumbs](https://code.visualstudio.com/updates/v1_26#_breadcrumbs). diff --git a/README.md b/README.md index d4d9085..6d7ea3e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Automatically highlights files ending in `.in` and `.IN`. * Syntax highlighting * Hierarchical document tree in outline view. + * [Breadcrumbs](https://code.visualstudio.com/updates/v1_26#_breadcrumbs) support * Toggle comment using `!` as comment character. * Code folding between `#BEGIN_COMP` and `#END_COMP` markers. * Autoclosing of `#BEGIN_COMP`. diff --git a/package.json b/package.json index 5ed8ded..496f8b1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "swmf-grammar", "displayName": "SWMF Configuration language support", "description": "Syntax highlights and outline view for SWMF configuration files", - "version": "0.2.3", + "version": "0.2.4", "publisher": "svaberg", "repository": { "type": "git",