Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
babyraging committed Nov 12, 2024
1 parent 04de4de commit 1989233
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## Release

## 0.3.0 12/11/2024

### Bug fixes
- Various fixes to better support doxygen's lexer files PR #36 (Thanks @doxygen)

### Changed
- Add more keywords for yacc PR #22 (Thanks @jkimblad)
- Add .flex extension for lex files PR #25 (Thanks @kwinz)
- Add basic Java syntax highlight for lex/yacc files PR #17 (Thanks @FnControlOption)

## 0.2.9 27/03/2022

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yash",
"displayName": "Yash",
"description": "Yet another syntax highlighter for lex/yacc & flex/bison.",
"version": "0.2.9",
"version": "0.3.0",
"engines": {
"vscode": "^1.44.0"
},
Expand Down

0 comments on commit 1989233

Please sign in to comment.