Skip to content

Commit

Permalink
fix: tweak table content
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jul 9, 2023
1 parent 0e38616 commit 324a542
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions website/reference/languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ The table below is all languages that are supported by ast-grep.
| Language Name | Alias | File Extension |
|---|---|---|
|C | `c` | `c`,`h`|
|Cpp | `cc` `c++` `cpp` `cxx` | `cc`, `hpp`, `cpp`, `c++`, `hh`, `cxx`, `cu`, `ino`|
|CSharp | `cs` `csharp` | `cs`|
|Cpp | `cc`, `c++`, `cpp`, `cxx` | `cc`, `hpp`, `cpp`, `c++`, `hh`, `cxx`, `cu`, `ino`|
|CSharp | `cs`, `csharp` | `cs`|
|Css | `css` | `css`|
|Dart | `dart` | `dart`|
|Go | `go` `golang` | `go`|
|Go | `go`, `golang` | `go`|
|Html | `html` | `html`, `htm`, `xhtml`|
|Java | `java` | `java`|
|JavaScript | `javascript` `js` `jsx` | `cjs`, `js`, `mjs`, `jsx`|
|Kotlin | `kotlin` `kt` | `kt`, `ktm`, `kts`|
|JavaScript | `javascript`, `js`, `jsx` | `cjs`, `js`, `mjs`, `jsx`|
|Kotlin | `kotlin`, `kt` | `kt`, `ktm`, `kts`|
|Lua | `lua` | `lua`|
|Python | `py` `python` | `py`, `py3`, `pyi`, `bzl`|
|Rust | `rs` `rust` | `rs`|
|Python | `py`, `python` | `py`, `py3`, `pyi`, `bzl`|
|Rust | `rs`, `rust` | `rs`|
|Scala | `scala` | `scala`, `sc`, `sbt`|
|Swift | `swift` | `swift`|
|Thrift | `thrift` | `thrift`|
|TypeScript | `ts` `typescript` | `ts`, `cts`, `mts`|
|TypeScript | `ts`, `typescript` | `ts`, `cts`, `mts`|
|Tsx | `tsx` | `tsx`|

0 comments on commit 324a542

Please sign in to comment.