We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a675a commit ff555fcCopy full SHA for ff555fc
package.json
@@ -24,7 +24,7 @@
24
"type": "git",
25
"url": "https://github.com/elasticdotventures/justlang-lsp.git"
26
},
27
- "version": "0.0.26",
+ "version": "0.0.27",
28
"engines": {
29
"vscode": "^1.102.0"
30
@@ -38,7 +38,10 @@
38
"languages": [
39
{
40
"id": "justlang",
41
- "aliases": ["JustLang", "justlang"],
+ "aliases": [
42
+ "JustLang",
43
+ "justlang"
44
+ ],
45
"filenames": [],
46
"extensions": [],
47
"configuration": "./language-configuration.json",
@@ -49,7 +52,10 @@
49
52
50
53
51
54
"id": "just",
- "aliases": ["Just", "just"],
55
56
+ "Just",
57
+ "just"
58
59
"filenames": [
60
"justfile",
61
"Justfile",
0 commit comments