Support for breadcrumbs

This commit is contained in:
Dag Evensberget 2019-12-02 13:35:18 +10:00
parent b01bd4d1d4
commit 47e5da4da7
3 changed files with 5 additions and 2 deletions

View File

@ -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).

View File

@ -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`.

View File

@ -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",