Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@

This extension adds support for [Oxc](https://github.com/oxc-project/oxc) in [Zed](https://zed.dev/).

Languages currently supported:

- **JavaScript**
- **TypeScript**
- **JSX**
- **TSX**
- **Vue.js**
- **Astro**
- **Svelte**
The supported languages for Oxfmt and Oxlint can be seen within the [extension.toml](extension.toml) file.

## Installation

Expand Down
1 change: 1 addition & 0 deletions examples/oxfmt/.zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"languages": {
// Repeat for every language that you want to use Oxfmt for.
"JavaScript": {
"format_on_save": "on",
"formatter": [
Expand Down
1 change: 1 addition & 0 deletions examples/oxlint/custom-config/.zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"languages": {
// Repeat for every language that you want to use Oxlint for.
"JavaScript": {
"format_on_save": "on",
"formatter": [
Expand Down
1 change: 1 addition & 0 deletions examples/oxlint/nested-configs/.zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"languages": {
// Repeat for every language that you want to use Oxlint for.
"JavaScript": {
"format_on_save": "on",
"formatter": [
Expand Down