Skip to content

Commit e42dcbf

Browse files
feat: add extra keyword ast-greplang to enhance discoverability
fix ast-grep#36
1 parent 0e6f42a commit e42dcbf

File tree

8 files changed

+20
-8
lines changed

8 files changed

+20
-8
lines changed

packages/angular/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"prebuilds"
2020
],
2121
"keywords": [
22-
"ast-grep"
22+
"ast-grep",
23+
"ast-grep-lang"
2324
],
2425
"author": "",
2526
"license": "ISC",

packages/c/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"prebuilds"
2020
],
2121
"keywords": [
22-
"ast-grep"
22+
"ast-grep",
23+
"ast-grep-lang"
2324
],
2425
"author": "",
2526
"license": "ISC",

packages/cpp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"prebuilds"
2020
],
2121
"keywords": [
22-
"ast-grep"
22+
"ast-grep",
23+
"ast-grep-lang"
2324
],
2425
"author": "",
2526
"license": "ISC",

packages/csharp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"prebuilds"
2020
],
2121
"keywords": [
22-
"ast-grep"
22+
"ast-grep",
23+
"ast-grep-lang"
2324
],
2425
"author": "",
2526
"license": "ISC",

packages/python/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"prebuilds"
2020
],
2121
"keywords": [
22-
"ast-grep"
22+
"ast-grep",
23+
"ast-grep-lang"
2324
],
2425
"author": "",
2526
"license": "ISC",

packages/sql/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"prebuilds"
2020
],
2121
"keywords": [
22-
"ast-grep"
22+
"ast-grep",
23+
"ast-grep-lang"
2324
],
2425
"author": "",
2526
"license": "ISC",

packages/toml/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"src",
1919
"prebuilds"
2020
],
21-
"keywords": ["ast-grep"],
21+
"keywords": [
22+
"ast-grep",
23+
"ast-grep-lang"
24+
],
2225
"author": "",
2326
"license": "ISC",
2427
"dependencies": {

scripts/create-lang/template/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"src",
1919
"prebuilds"
2020
],
21-
"keywords": ["ast-grep"],
21+
"keywords": [
22+
"ast-grep",
23+
"ast-grep-lang"
24+
],
2225
"author": "",
2326
"license": "ISC",
2427
"dependencies": {

0 commit comments

Comments
 (0)