Skip to content

Commit

Permalink
chore(main): release 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hverlin committed Dec 7, 2024
1 parent 9ba6852 commit 8223e67
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -69,7 +69,9 @@
],
"grammars": [
{
"injectTo": ["source.toml"],
"injectTo": [
"source.toml"
],
"scopeName": "inline.tera-mise",
"path": "./syntaxes/tera-mise.json",
"embeddedLanguages": {
Expand Down

0 comments on commit 8223e67

Please sign in to comment.