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 12fd94a commit cdf6471Copy full SHA for cdf6471
README.md
@@ -1,4 +1,4 @@
1
-# vscode-jsona
+# Vscode JSONA Syntax
2
3
> This extension adds syntax highlighting of JSONA files in VS Code.
4
package.json
@@ -9,10 +9,10 @@
9
"vscode": "^1.3.0"
10
},
11
"icon": "icon.png",
12
- "homepage": "https://github.com/jsona/vscode-jsona",
+ "homepage": "https://github.com/jsona/vscode-jsona-syntax",
13
"repository": {
14
"type": "git",
15
- "url": "https://github.com/jsona/vscode-jsona"
+ "url": "https://github.com/jsona/vscode-jsona-syntax"
16
17
"scripts": {
18
"pkg": "vsce package"
0 commit comments