File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 33[](https://github.com/coderabbitai/ast-grep-langs/actions/workflows/node.js.yaml) [](https://coderabbitai.github.io/ast-grep-langs/coverage) [](https://github.com/coderabbitai/ast-grep-langs/actions/workflows/github-pages.yaml) [](https://github.com/coderabbitai/ast-grep-langs/actions/workflows/dependabot/dependabot-updates) 
44
55Exports all first-party ast-grep languages
6+
7+ ## Installation
8+
9+ ``` sh
10+ pnpm i @coderabbitai/ast-grep-langs
11+ ```
12+
13+ ## Usage
14+
15+ ``` ts
16+ import { registerDynamicLanguage } from " @ast-grep/napi"
17+ import { langs } from " @coderabbitai/ast-grep-langs"
18+
19+ registerDynamicLanguage (langs )
20+ ```
You can’t perform that action at this time.
0 commit comments