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:
Danny Hua 2024-08-18 04:40:08 -07:00 committed by GitHub
parent 10a996cbc4
commit 6f93b42ecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,8 +32,9 @@ my-extension/
src/
lib.rs
languages/
config.toml
highlights.scm
my-language/
config.toml
highlights.scm
themes/
my-theme.json
```