File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments