Skip to content

Commit

Permalink
move snippets back
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jul 30, 2022
1 parent 73f4fee commit 331f5a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 3 additions & 10 deletions packages/vscode-graphql-syntax/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vscode-graphql-syntax",
"version": "1.0.2",
"displayName": "GraphQL Syntax",
"description": "Adds support for highlighting graphql in files and embedded support for javascript, typescript, vue, markdown, python, php, reason, ocaml and rescript",
"displayName": "GraphQL: Syntax Highlighting",
"description": "Adds syntax highlighting support for .graphql & embedded support for javascript, typescript, vue, markdown, python, php, reason, ocaml and rescript",
"publisher": "GraphQL",
"license": "MIT",
"engines": {
Expand All @@ -20,8 +20,7 @@
"theme": "dark"
},
"categories": [
"Programming Languages",
"Snippets"
"Programming Languages"
],
"contributes": {
"languages": [
Expand Down Expand Up @@ -111,12 +110,6 @@
"meta.embedded.block.graphql": "graphql"
}
}
],
"snippets": [
{
"language": "graphql",
"path": "./snippets/graphql.json"
}
]
},
"repository": {
Expand Down
Binary file modified packages/vscode-graphql/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions packages/vscode-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "vscode-graphql",
"version": "0.6.0",
"preview": true,
"private": true,
"license": "MIT",
"displayName": "GraphQL",
"displayName": "GraphQL: Language Feature Support",
"keywords": [
"graphql",
"lsp",
Expand Down Expand Up @@ -52,7 +51,7 @@
],
"main": "./out/extension",
"extensionDependencies": [
"GraphQL.syntax"
"GraphQL.vscode-graphql-syntax"
],
"contributes": {
"snippets": [
Expand Down

0 comments on commit 331f5a3

Please sign in to comment.