From 8223e67efd422b6b6dde1781a536c4bf8de6786b Mon Sep 17 00:00:00 2001 From: Hugues Verlin Date: Sat, 7 Dec 2024 09:04:55 +0100 Subject: [PATCH] chore(main): release 0.27.0 --- CHANGELOG.md | 8 ++++++++ package.json | 6 ++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb63fae..967ad50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.27.0](https://github.com/hverlin/mise-vscode/compare/v0.26.0...v0.27.0) (2024-12-07) + + +### Features + +* Add syntax highlighting for tera template ([9ba6852](https://github.com/hverlin/mise-vscode/commit/9ba68524464bf4de05e050735005ad70d113d809)) +* Indicate that the extension depends on tamasfe.even-better-toml ([c67f70e](https://github.com/hverlin/mise-vscode/commit/c67f70e3eae6984536b422b50d3ce2234a5595ae)) + ## [0.26.0](https://github.com/hverlin/mise-vscode/compare/v0.25.0...v0.26.0) (2024-12-05) diff --git a/package.json b/package.json index 15ba9ab..c12d0f3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Mise VSCode", "publisher": "hverlin", "description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)", - "version": "0.26.0", + "version": "0.27.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode" @@ -69,7 +69,9 @@ ], "grammars": [ { - "injectTo": ["source.toml"], + "injectTo": [ + "source.toml" + ], "scopeName": "inline.tera-mise", "path": "./syntaxes/tera-mise.json", "embeddedLanguages": {