Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9915ed9

Browse files
committed
bump v0.6.2
1 parent cb75470 commit 9915ed9

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88
Disclaimer: for the moment, all the commands that I use are rendered.
99
Commits will slow down. May not update at all.
1010

11+
## [0.6.2] 2024-12-23
12+
### modified
13+
* Rendering of frame items in gdb-log
14+
* Rendering of file locations, experimental
15+
1116
## [0.6.1] 2024-12-14
1217
### modified
13-
* rendering on option starting with '-' like for dissably-flavor
18+
* rendering on option starting with '-' like for disassembly-flavor
1419
### added
1520
* GDB output logs will now be supported. For now this is experimental
1621

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,26 @@
55

66
[![Open VSX Version](https://img.shields.io/open-vsx/v/pierre-payen/gdb-syntax?label=Open%20VSX) ![Open VSX Downloads](https://img.shields.io/open-vsx/dt/pierre-payen/gdb-syntax)](https://open-vsx.org/extension/pierre-payen/gdb-syntax)
77

8-
VSCode grammar extension to color higlight scripts for GDB
8+
VSCode grammar extension to color higlight scripts for GDB and GDB outputs logs.
99

10-
## [0.6.1] 2024-12-14
10+
## [0.6.2] 2024-12-23
1111
### modified
12-
* rendering on option starting with '-' like for dissably-flavor
13-
### added
14-
* GDB output logs will now be supported. For now this is experimental
12+
* Rendering of frame items in gdb-log
13+
* Rendering of file locations, experimental
1514

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

1918
## Features
2019

2120
This extension provides a grammar file to parse and color GDB command files.
21+
* `file.gdb` will be treated as gdb source files
2222

23-
![Color highlight](images/basic.png)
23+
![Color highlight for GDB source file](images/basic.png)
24+
25+
* **EXPERIMENTAL** `file.gdb-log`, `file.gdblog`, `file.gdb.log` will be treated as gdb output logs.
26+
27+
![Color highlight for GDB output file](images/gdb-log.png)
2428

2529
Unlike other languague, GDB will accept incomplete word when there's no ambiguity,
2630
so `set loggging overwrite off` is as valid as `set lo ov of`.

images/gdb-log.png

86.5 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Syntax color for GDB command",
66
"repository": "https://github.com/pirpyn/gdb-syntax-vscode",
77
"icon" : "images/archer.png",
8-
"version": "0.6.1",
8+
"version": "0.6.2",
99
"engines": {
1010
"vscode": "^1.45.0"
1111
},

0 commit comments

Comments
 (0)