docs: Fix example extension directory structure (#16424)
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/
|
src/
|
||||||
lib.rs
|
lib.rs
|
||||||
languages/
|
languages/
|
||||||
config.toml
|
my-language/
|
||||||
highlights.scm
|
config.toml
|
||||||
|
highlights.scm
|
||||||
themes/
|
themes/
|
||||||
my-theme.json
|
my-theme.json
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue