Skip to content

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zm-cttae committed Feb 12, 2024
1 parent 5c85a3a commit c748431
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 31 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.0.1

<a href="https://code.visualstudio.com/updates/v1_55" target="_blank"><img src="https://github.com/vsce-toolroom/vscode-textmate-languageservice/raw/95579fa/assets/compatibility-badge.svg" /></a> <a href="https://github.com/vsce-toolroom/vscode-textmate-languageservice/tree/v3.0.1/"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2024-02-12&logo=googlecalendar&logoColor=cacde2&labelColor=333333&color=2196f3" /></a> <a href="https://github.com/vsce-toolroom/vscode-textmate-languageservice/milestone/9"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=v3.0.1&logo=github&logoColor=cacde2&labelColor=333333&color=2196f3" /></a>

- Hotfix for type definitions missing in `3.0.0`.
- Smoke test types to ensure package build always includes type declarations.

## 3.0.0

<a href="https://code.visualstudio.com/updates/v1_55" target="_blank"><img src="https://github.com/vsce-toolroom/vscode-textmate-languageservice/raw/95579fa/assets/compatibility-badge.svg" /></a> <a href="https://github.com/vsce-toolroom/vscode-textmate-languageservice/tree/v3.0.0/"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2023-11-07&logo=googlecalendar&logoColor=cacde2&labelColor=333333&color=2196f3" /></a> <a href="https://github.com/vsce-toolroom/vscode-textmate-languageservice/milestone/8"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=v3.0.0&logo=github&logoColor=cacde2&labelColor=333333&color=2196f3" /></a>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# `vscode-textmate-languageservice`

<p align="center"><img src="https://raw.githubusercontent.com/vsce-toolroom/vscode-textmate-languageservice/v3.0.0/assets/logo.png" width="205px" /></p>
<p align="center"><img src="https://raw.githubusercontent.com/vsce-toolroom/vscode-textmate-languageservice/v3.0.1/assets/logo.png" width="205px" /></p>

> 🎉 **This package has been adopted by the `vsce-toolroom` GitHub collective.**
> *This package is in maintenance mode & the Textmate technology is superseded by `vscode-anycode`, a quicker language service which leverages the [`tree-sitter` symbolic-expression parser technology][tree-sitter-parser-guide].*
Language service providers & APIs driven entirely by your Textmate grammar and one configuration file.

<p align="center"><img src="https://github.com/vsce-toolroom/vscode-textmate-languageservice/raw/v3.0.0/assets/demo-outline.png" height="320"/></p>
<p align="center"><img src="https://github.com/vsce-toolroom/vscode-textmate-languageservice/raw/v3.0.1/assets/demo-outline.png" height="320"/></p>

In order to generate language providers from this module, the Textmate grammar must include the following features:

Expand Down
Loading

0 comments on commit c748431

Please sign in to comment.