Skip to content

Commit c8e7cb4

Browse files
committed
Add keywords to package.json
1 parent 5f89fe5 commit c8e7cb4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
"main": "./lib/main",
44
"version": "0.1.0",
55
"description": "Python language support for Atom-IDE",
6-
"keywords": [],
6+
"keywords": [
7+
"atom-ide",
8+
"ide",
9+
"python",
10+
"languageserver",
11+
"language-server-protocol",
12+
"language-client"
13+
],
714
"repository": "https://github.com/lgeiger/ide-python",
815
"license": "MIT",
916
"engines": {
@@ -12,9 +19,7 @@
1219
"dependencies": {
1320
"atom-languageclient": "^0.6.1"
1421
},
15-
"enhancedScopes": [
16-
"source.python"
17-
],
22+
"enhancedScopes": ["source.python"],
1823
"configSchema": {
1924
"pylsPath": {
2025
"title": "Python Language Server Path",

0 commit comments

Comments
 (0)