Skip to content

Commit 0243d71

Browse files
authored
feat(.claude-plugin): add graphql-lsp to marketplace (#93)
Register graphql-lsp plugin in marketplace.json to make it discoverable in the marketplace.
1 parent a107603 commit 0243d71

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
"description": "Go Language Server",
7575
"source": "./plugins/gopls-lsp"
7676
},
77+
{
78+
"name": "graphql-lsp",
79+
"description": "GraphQL Language Server",
80+
"source": "./plugins/graphql-lsp"
81+
},
7782
{
7883
"name": "jdtls-lsp",
7984
"description": "Java (Eclipse JDTLS) Language Server",

0 commit comments

Comments
 (0)