Skip to content

Commit a5acd78

Browse files
committed
update to version 0.4.3
update of `orca.tmLanguage.json` file for better syntax highlighting of the ORCA output file.
1 parent 70f4b19 commit a5acd78

File tree

4 files changed

+361
-97
lines changed

4 files changed

+361
-97
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
7373
## [0.4.2] - 2024-01-01
7474

7575
- Update of illustration figures in the README.
76+
77+
## [0.4.3] - 2024-01-25
78+
79+
- update of `orca.tmLanguage.json` file for better syntax highlighting of the ORCA output file.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ N/A
4141

4242
Settings of this extension can be changed in the settings of VS Code (click on the gear icon in the bottom left corner of the VS Code window or press `Ctrl+,` on Windows or `Cmd+,` on Mac). The configuration options are listed under `Extensions` -> `ORCA_TOC`, or could be accessed by searching `ORCA_TOC` in the search bar of the settings window.
4343

44-
The current version (0.4.2) enables changing the default status of the toggleable TOC view. The default collapsed status of the TOC view can be changed in the settings of the extension. The default value is `true`, which means that the TOC view is collapsed by default. The TOC view can be expanded by clicking the toggle arrow next to each parent entry.
44+
The current version (0.4.3) enables changing the default status of the toggleable TOC view. The default collapsed status of the TOC view can be changed in the settings of the extension. The default value is `true`, which means that the TOC view is collapsed by default. The TOC view can be expanded by clicking the toggle arrow next to each parent entry.
4545

46-
The current version (0.4.2) enables changing the highlight symbols for the TOC entries. The default highlight symbol is 'circle-large-filled'.
46+
The current version (0.4.3) enables changing the highlight symbols for the TOC entries. The default highlight symbol is 'circle-large-filled'.
4747
For a list of available highlight symbols, please see [here](https://code.visualstudio.com/api/references/icons-in-labels#icon-listing).
4848

4949
![Settings Example](images/settings_example.png)
@@ -66,9 +66,9 @@ For a list of available highlight symbols, please see [here](https://code.visual
6666

6767
For detailed release notes, please see [CHANGELOG.md](CHANGELOG.md).
6868

69-
### 0.4.2
69+
### 0.4.3
7070

71-
- update of illustration figures in this README
71+
- update of `orca.tmLanguage.json` file for better syntax highlighting of the ORCA output file.
7272

7373
## TODO
7474

@@ -80,7 +80,7 @@ For detailed release notes, please see [CHANGELOG.md](CHANGELOG.md).
8080
- [x] Add command for toggle collapse/expand the TOC view.
8181
- [x] Add option to choose different highlight symbols for the TOC entries
8282
- [ ] Update illustration figures in this README
83-
- [ ] Update the `orca.tmLanguage.json` file to include more syntax definitions for the ORCA output file
83+
- [x] Update the `orca.tmLanguage.json` file to include more syntax definitions for the ORCA output file
8484
- [ ] Update the `patterns.json` file to include more regular expressions for parsing the ORCA output file
8585
- [ ] Update the `keywords.json` file to include more keywords for replacing the matched text
8686

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "orcatoc",
33
"displayName": "orca_toc",
44
"description": "Provides an outline for ORCA files in the VS Code sidebar.",
5-
"version": "0.4.2",
5+
"version": "0.4.3",
66
"engines": {
77
"vscode": "^1.82.0"
88
},

0 commit comments

Comments
 (0)