Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zm-cttae committed Nov 10, 2023
1 parent 48b4551 commit a486c6f
Show file tree
Hide file tree
Showing 6 changed files with 288 additions and 457 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 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>

- **[BREAKING]** Rename `api.getLanguageConfiguration` to `api.getLanguageContribution`.
- **[BREAKING]** Rename `api.getGrammarConfiguration` to `api.getGrammarContribution`.
- Add `getLanguageConfiguration` API method to load `vscode.LanguageConfiguration`.
- Add `plaintext` language tokenization and grammar resolution.
- Hotfix for "unrecognized language" error for `plaintext` documents in API token methods.


## 2.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/v2.0.0-recovery.1/"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2023-09-08&logo=googlecalendar&logoColor=cacde2&labelColor=333333&color=2196f3" /></a> <a href="https://github.com/vsce-toolroom/vscode-textmate-languageservice/milestone/7"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=v2.0.0-recovery.1&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/v2.0.0-recovery.1/assets/logo.png" width="205px" /></p>
<p align="center"><img src="https://raw.githubusercontent.com/vsce-toolroom/vscode-textmate-languageservice/v3.0.0/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/v2.0.0-recovery.1/assets/demo-outline.png" height="320"/></p>
<p align="center"><img src="https://github.com/vsce-toolroom/vscode-textmate-languageservice/raw/v3.0.0/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 a486c6f

Please sign in to comment.