Skip to content

Commit ee5d8a2

Browse files
Document Nix and Solidity language support in ast-grep 0.39.0 (#805)
* Initial plan * Initial exploration and build setup Co-authored-by: HerringtonDarkholme <[email protected]> * Document Nix and Solidity language support in ast-grep 0.39.0 Co-authored-by: HerringtonDarkholme <[email protected]> * Remove catalog integration for Nix and Solidity languages Co-authored-by: HerringtonDarkholme <[email protected]> * Remove unwanted catalog files and Cargo.toml changes per review feedback Co-authored-by: HerringtonDarkholme <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: HerringtonDarkholme <[email protected]>
1 parent 4dc49c1 commit ee5d8a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/reference/languages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ The table below lists all languages that are supported by ast-grep.
2424
|Json | `json` | `json` |
2525
|Kotlin | `kotlin`, `kt` | `kt`, `ktm`, `kts`|
2626
|Lua | `lua` | `lua`|
27+
|Nix | `nix` | `nix`|
2728
|Php | `php` | `php` |
2829
|Python | `py`, `python` | `py`, `py3`, `pyi`, `bzl`|
2930
|Ruby | `rb`, `ruby` | `rb`, `rbw`, `gemspec`|
3031
|Rust | `rs`, `rust` | `rs`|
3132
|Scala | `scala` | `scala`, `sc`, `sbt`|
33+
|Solidity | `solidity`, `sol` | `sol`|
3234
|Swift | `swift` | `swift`|
3335
|TypeScript | `ts`, `typescript` | `ts`, `cts`, `mts`|
3436
|Tsx | `tsx` | `tsx`|

0 commit comments

Comments
 (0)