Skip to content

Commit

Permalink
Write up changelog for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deimonn committed Dec 1, 2024
1 parent 62cfaa1 commit b8db209
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0](https://github.com/deimonn/code-re2c/compare/v0.1.3...v0.2.0) - 2024-12-02

### Added

- Support for D, Haskell, Java, JavaScript, OCaml, Python, V and Zig
- Language detection for `.re` files; now instead of relying on the `files.associations` setting, the language of a file named like `lexer.re` will be inferred based on the contents of its first line (see the [README.md](README.md))
- Highlighting for the new `/*!svars:re2c ... */` and `/*!mvars:re2c ... */` blocks
- New `ignore` setting to determine files that the extension should ignore
- New `detect` setting to determine files for which the extension should infer their language

### Changed

- Extension now starts up with VSCode rather than when a supported language is detected; this is necessary since re2c 4.0 can work with potentially any language
- Touched up the extension description and logo a bit

### Removed

- The default associations created by this extension have been removed

## [0.1.3](https://github.com/deimonn/code-re2c/compare/v0.1.2...v0.1.3) - 2024-04-29

### Fixed
Expand Down

0 comments on commit b8db209

Please sign in to comment.