Skip to content

Commit 6825187

Browse files
authored
Adding ast-grep to catalog.json (SchemaStore#5023)
1 parent cc43c5f commit 6825187

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/api/json/catalog.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,27 @@
346346
"fileMatch": ["asconfig.json"],
347347
"url": "https://www.schemastore.org/asconfig-schema.json"
348348
},
349+
{
350+
"name": "ast-grep sgconfig.yml",
351+
"description": "ast-grep project config",
352+
"fileMatch": ["sgconfig.yml", "sgconfig.yaml"],
353+
"url": "https://raw.githubusercontent.com/ast-grep/ast-grep/main/schemas/project.json"
354+
},
355+
{
356+
"name": "ast-grep rules",
357+
"description": "ast-grep rule config",
358+
"fileMatch": [
359+
"**/.astgrep/rules/**/*.yaml",
360+
"**/.astgrep/rules/**/*.yml",
361+
"**/.ast-grep/rules/**/*.yaml",
362+
"**/.ast-grep/rules/**/*.yml",
363+
"**/ast-grep/rules/**/*.yaml",
364+
"**/ast-grep/rules/**/*.yml",
365+
"**/astgrep/rules/**/*.yaml",
366+
"**/astgrep/rules/**/*.yml"
367+
],
368+
"url": "https://raw.githubusercontent.com/ast-grep/ast-grep/main/schemas/rule.json"
369+
},
349370
{
350371
"name": "AsyncAPI",
351372
"description": "AsyncAPI documentation files",

0 commit comments

Comments
 (0)