Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 7299165

Browse files
author
Divyendu Singh
committed
fix syntax, grammar packaging by moving them out of src folder
1 parent dd06c79 commit 7299165

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"GraphQL",
4141
"graphql"
4242
],
43-
"configuration": "./src/language/language-configuration.json"
43+
"configuration": "./language/language-configuration.json"
4444
}
4545
],
4646
"grammars": [
4747
{
4848
"language": "graphql",
49-
"path": "./src/grammars/graphql.json",
49+
"path": "./grammars/graphql.json",
5050
"scopeName": "source.graphql"
5151
},
5252
{
@@ -58,7 +58,7 @@
5858
"source.vue"
5959
],
6060
"scopeName": "inline.graphql",
61-
"path": "./src/grammars/graphql.js.json",
61+
"path": "./grammars/graphql.js.json",
6262
"embeddedLanguages": {
6363
"meta.embedded.block.graphql": "graphql"
6464
}
@@ -67,7 +67,7 @@
6767
"snippets": [
6868
{
6969
"language": "graphql",
70-
"path": "./src/snippets/graphql.json"
70+
"path": "./snippets/graphql.json"
7171
}
7272
],
7373
"configuration": {
File renamed without changes.

0 commit comments

Comments
 (0)