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 3
3
[](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) 
4
4
5
5
Exports 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