Skip to content

Commit 6c40fd9

Browse files
committed
chore: v1.1.4
1 parent b0f4ab8 commit 6c40fd9

6 files changed

Lines changed: 23 additions & 4 deletions

File tree

bun.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.1.4
4+
5+
- Added an enhanced YAML/YML mode with structural parsing, richer scalar highlighting, indentation, and folding.
6+
37
## 1.1.3
48

59
- Added git commit message mode (`^COMMIT_EDITMSG`, `^commit_editmsg`)

package-lock.json

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acode-additional-langmodes",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Additional CodeMirror language modes for Acode",
55
"main": "src/main.js",
66
"repository": "",

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "acode.additional.langmodes",
44
"name": "Additional Language Modes",
55
"main": "main.js",
6-
"version": "1.1.3",
6+
"version": "1.1.4",
77
"repository": "https://github.com/Acode-Foundation/acode-additional-langmodes",
88
"icon": "icon.png",
99
"minVersionCode": 290,

plugin.zip

-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)