docs(readme): move Initialize Projects above the gif + add Scala to languages (#146)
- Reorder Get Started so the per-project init code block sits between the npx install and the GIF — visually contiguous code blocks read better than code → image → code. - Add Scala (`.scala`, `.sc`) to the Supported Languages table now that #91 has landed. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
8506936f86
commit
af7abd50cb
@@ -24,8 +24,6 @@ npx @colbymchenry/codegraph
|
||||
|
||||
<sub>Interactive installer configures Claude Code automatically</sub>
|
||||
|
||||

|
||||
|
||||
#### Initialize Projects
|
||||
|
||||
```bash
|
||||
@@ -33,6 +31,8 @@ cd your-project
|
||||
codegraph init -i
|
||||
```
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
@@ -426,6 +426,7 @@ The `.codegraph/config.json` file controls indexing:
|
||||
| C++ | `.cpp`, `.hpp`, `.cc` | Full support |
|
||||
| Swift | `.swift` | Full support |
|
||||
| Kotlin | `.kt`, `.kts` | Full support |
|
||||
| Scala | `.scala`, `.sc` | Full support (classes, traits, methods, type aliases, Scala 3 enums) |
|
||||
| Dart | `.dart` | Full support |
|
||||
| Svelte | `.svelte` | Full support (script extraction, Svelte 5 runes, SvelteKit routes) |
|
||||
| Vue | `.vue` | Full support (script + script-setup extraction, Nuxt page/API/middleware routes) |
|
||||
|
||||
Reference in New Issue
Block a user