Skip to content

Commit e3a675a

Browse files
Bump patch version v0.0.26
1 parent 96db742 commit e3a675a

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

package.json

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,18 @@
3838
"languages": [
3939
{
4040
"id": "justlang",
41-
"aliases": [
42-
"Just",
43-
"just"
44-
],
41+
"aliases": ["JustLang", "justlang"],
42+
"filenames": [],
43+
"extensions": [],
44+
"configuration": "./language-configuration.json",
45+
"icon": {
46+
"light": "icons/robot.png",
47+
"dark": "icons/robot.png"
48+
}
49+
},
50+
{
51+
"id": "just",
52+
"aliases": ["Just", "just"],
4553
"filenames": [
4654
"justfile",
4755
"Justfile",
@@ -72,6 +80,19 @@
7280
"meta.embedded.block.ruby": "ruby",
7381
"meta.embedded.block.shellscript": "shellscript"
7482
}
83+
},
84+
{
85+
"language": "just",
86+
"scopeName": "source.just",
87+
"path": "syntaxes/just.tmLanguage.yaml",
88+
"embeddedLanguages": {
89+
"meta.embedded.block.js": "javascript",
90+
"meta.embedded.block.lua": "lua",
91+
"meta.embedded.block.perl": "perl",
92+
"meta.embedded.block.python": "python",
93+
"meta.embedded.block.ruby": "ruby",
94+
"meta.embedded.block.shellscript": "shellscript"
95+
}
7596
}
7697
],
7798
"configuration": {

0 commit comments

Comments
 (0)