Skip to content

Commit

Permalink
test: commit should pass
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydowning committed Jun 29, 2024
1 parent 35e70ab commit 74d7282
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const vscode = devFlag ? null : require("vscode");
const fs = require("fs");

const NAME = "yaml-embedded-languages";
const VERSION = "0.3.1";
const VERSION = "0.3.2";
const DISPLAY_NAME = "YAML Embedded Languages";
const INJECTION_PATH = "./syntaxes/injection.json";
const SCOPE_NAME = `${NAME}.injection`;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yaml-embedded-languages",
"version": "0.3.1",
"version": "0.3.2",
"displayName": "YAML Embedded Languages",
"description": "Support for syntax highlighting within YAML block-scalars.",
"icon": "images/icon.png",
Expand Down

0 comments on commit 74d7282

Please sign in to comment.