Support for breadcrumbs
This commit is contained in:
parent
b01bd4d1d4
commit
47e5da4da7
|
@ -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).
|
||||
|
|
|
@ -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`.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user