Skip to content

Commit

Permalink
bump v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pirpyn committed Dec 12, 2023
1 parent 849743e commit 83fac72
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
Disclaimer: for the moment, all the commands that I use are rendered.
Commits will slow down. May not update at all.

## [0.5.5] 2023-12-12
### added
* set style
* set style filename
* set style function
* set style variable
* set style address
* set style title
* set style highlight
* set style metadata
* set style tui-border
* set style tui-active-border
* background color specifier
* foreground color specifier
* none, black, red, magenta, green, yellow, blue, cyan, white
* intensity color specifier
* normal, bold, dim

## [0.5.4] 2023-10-19
### added
Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,23 @@

VSCode grammar extension to color higlight scripts for GDB

## [0.5.4] 2023-10-19
## [0.5.5] 2023-12-12
### added
* cd
* set style
* set style filename
* set style function
* set style variable
* set style address
* set style title
* set style highlight
* set style metadata
* set style tui-border
* set style tui-active-border
* background color specifier
* foreground color specifier
* none, black, red, magenta, green, yellow, blue, cyan, white
* intensity color specifier
* normal, bold, dim

## Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Syntax color for GDB command",
"repository": "https://github.com/pirpyn/gdb-syntax-vscode",
"icon" : "images/archer.png",
"version": "0.5.4",
"version": "0.5.5",
"engines": {
"vscode": "^1.45.0"
},
Expand Down

0 comments on commit 83fac72

Please sign in to comment.