Skip to content

Commit

Permalink
Adds keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed Oct 25, 2023
1 parent ba345d3 commit 0fac597
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,21 @@
"LICENSE.md",
"CHANGELOG.md"
],
"keywords": [
"neo4j",
"cypher",
"language server"
],
"version": "2.0.0-next.0",
"main": "./dist/cypher-language-server.js",
"types": "src/server.ts",
"repository": {
"type": "git",
"url": "git://github.com/neo4j/cypher-language-support.git"
},
"bin": {
"cypher-language-server": "/dist/cypher-language-server.js"
},
"bugs": {
"url": "https://github.com/neo4j/cypher-language-support/issues"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/language-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"LICENSE.md",
"CHANGELOG.md"
],
"keywords": [
"neo4j",
"cypher",
"autocompletion",
"linting",
"highlighting"
],
"version": "2.0.0-next.0",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"LICENSE.md",
"CHANGELOG.md"
],
"keywords": [
"neo4j",
"cypher",
"react",
"editor",
"codemirror",
"codemirror 6"
],
"version": "2.0.0-next.0",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
Expand Down

0 comments on commit 0fac597

Please sign in to comment.