Skip to content

Commit 8cf9d9a

Browse files
committed
Bump to v0.6.7
1 parent 49fe465 commit 8cf9d9a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.6.7 (2024-05-29)
9+
10+
### Added
11+
12+
- Extension now activates for all documents using the Racket language (even
13+
those without files, such as unsaved buffers) (@jryans)
14+
- Extension icon now also used as the Racket language icon (@samestep)
15+
16+
### Fixed
17+
18+
- Character constants (e.g. `#\(`) are now marked as strings and no longer
19+
confuse parenthesis matching (@xiaoyu2006)
20+
- Character constants list updated to include `#\tab` (@jryans)
21+
822
## 0.6.6 (2023-07-10)
923

1024
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magic-racket",
33
"displayName": "Magic Racket",
44
"description": "LSP support, REPL integration, and top notch syntax highlighting for the coolest of Lisps!",
5-
"version": "0.6.6",
5+
"version": "0.6.7",
66
"activationEvents": [
77
"onCommand:magic-racket.loadFileInRepl",
88
"onCommand:magic-racket.runFile",

0 commit comments

Comments
 (0)