Skip to content

Commit

Permalink
bump v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pirpyn committed Apr 15, 2024
1 parent 8c49eaa commit b3d8c8e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ 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.6] 2024-04-15
### added
* set detach-on-fork
* set follow-fork-mode
* set demangle-style
* set print
* demangle
* object
* sevenbit-strings
* static-members

## [0.5.5] 2023-12-12
### added
* set style
Expand Down
30 changes: 12 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,19 @@

VSCode grammar extension to color higlight scripts for GDB

## [0.5.5] 2023-12-12
## [0.5.6] 2024-04-15
### 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
* set detach-on-fork
* set follow-fork-mode
* set demangle-style
* set print
* demangle
* object
* sevenbit-strings
* static-members

Disclaimer: for the moment, all the commands that I use are rendered.
Commits will slow down. May not update at all.

## Features

Expand All @@ -37,8 +33,6 @@ so `set loggging overwrite off` is as valid as `set lo ov of`.
That means that you just can't put every keyword in one regexp to render each keyword.
To have a consistant color hilight each command has it's own regexp.

Disclaimer: for the moment, all the commands that I use are rendered.
Commits will slow down. May not update at all.

## References
* [GDB commands, variable and function index](https://sourceware.org/gdb/onlinedocs/gdb/Command-and-Variable-Index.html)
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.5",
"version": "0.5.6",
"engines": {
"vscode": "^1.45.0"
},
Expand Down

0 comments on commit b3d8c8e

Please sign in to comment.