mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 20:01:33 +00:00
docs: Fix example extension directory structure (#16424)
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Add language-specific subdirectory in example directory structure, since that's the requisite structure - see `extensions/languages.md` Release Notes: - N/A
This commit is contained in:
parent
10a996cbc4
commit
6f93b42ecb
1 changed files with 3 additions and 2 deletions
|
@ -32,8 +32,9 @@ my-extension/
|
|||
src/
|
||||
lib.rs
|
||||
languages/
|
||||
config.toml
|
||||
highlights.scm
|
||||
my-language/
|
||||
config.toml
|
||||
highlights.scm
|
||||
themes/
|
||||
my-theme.json
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue