From 34b0a1d7a936d9d6f1cee51702ce43df69097b40 Mon Sep 17 00:00:00 2001 From: Steven Love Date: Fri, 17 May 2024 14:54:48 -0700 Subject: [PATCH] Add ast-grep for Language Agnostic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 672bae1..be58e52 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ this topic will be welcome as well as links related to actual linters. ### Language Agnostic +- [ast-grep] (https://ast-grep.github.io/) - a fast and polyglot tool for code structural search, lint, rewriting at large scale. - [coala](https://github.com/coala-analyzer/coala) - Language agnostic linter based on rules and standards. Written in Python. - [commitlint](https://github.com/conventional-changelog/commitlint) -