Skip to content

Commit ff555fc

Browse files
0.0.27
1 parent e3a675a commit ff555fc

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"type": "git",
2525
"url": "https://github.com/elasticdotventures/justlang-lsp.git"
2626
},
27-
"version": "0.0.26",
27+
"version": "0.0.27",
2828
"engines": {
2929
"vscode": "^1.102.0"
3030
},
@@ -38,7 +38,10 @@
3838
"languages": [
3939
{
4040
"id": "justlang",
41-
"aliases": ["JustLang", "justlang"],
41+
"aliases": [
42+
"JustLang",
43+
"justlang"
44+
],
4245
"filenames": [],
4346
"extensions": [],
4447
"configuration": "./language-configuration.json",
@@ -49,7 +52,10 @@
4952
},
5053
{
5154
"id": "just",
52-
"aliases": ["Just", "just"],
55+
"aliases": [
56+
"Just",
57+
"just"
58+
],
5359
"filenames": [
5460
"justfile",
5561
"Justfile",

0 commit comments

Comments
 (0)