Skip to content

Commit f3f837a

Browse files
committed
increment version
1 parent 831e068 commit f3f837a

File tree

1 file changed

+25
-16
lines changed

1 file changed

+25
-16
lines changed

package.json

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,40 @@
22
"name": "scala",
33
"displayName": "Scala Syntax",
44
"description": "A Scala Syntax based on https://github.com/sellmerfud/scala.tmbundle",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"publisher": "daltonjorge",
77
"license": "SEE LICENSE IN LICENSE.md",
88
"engines": {
99
"vscode": "^1.5.0"
1010
},
1111
"homepage": "https://github.com/daltonjorge/vscode-scala/blob/master/README.md",
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/daltonjorge/vscode-scala.git"
15-
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/daltonjorge/vscode-scala.git"
15+
},
1616
"categories": [
1717
"Languages"
1818
],
1919
"contributes": {
20-
"languages": [{
21-
"id": "scala",
22-
"aliases": ["Scala", "scala"],
23-
"extensions": [".scala"],
24-
"configuration": "./language-configuration.json"
25-
}],
26-
"grammars": [{
27-
"language": "scala",
28-
"scopeName": "source.scala",
29-
"path": "./syntaxes/scala.tmLanguage"
30-
}]
20+
"languages": [
21+
{
22+
"id": "scala",
23+
"aliases": [
24+
"Scala",
25+
"scala"
26+
],
27+
"extensions": [
28+
".scala"
29+
],
30+
"configuration": "./language-configuration.json"
31+
}
32+
],
33+
"grammars": [
34+
{
35+
"language": "scala",
36+
"scopeName": "source.scala",
37+
"path": "./syntaxes/scala.tmLanguage"
38+
}
39+
]
3140
}
3241
}

0 commit comments

Comments
 (0)