From 492cb2ed0dd5b509e86e890ba20a82489ef59f49 Mon Sep 17 00:00:00 2001 From: Colby McHenry Date: Thu, 7 May 2026 22:11:27 -0500 Subject: [PATCH] docs(readme): move Initialize Projects above the gif + add Scala to languages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e99eb48..1d2a11ba 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,6 @@ npx @colbymchenry/codegraph Interactive installer configures Claude Code automatically -![1_C_VYnhpys0UHrOuOgpgoyw](https://github.com/user-attachments/assets/f168182f-4d9a-44e0-94d7-08d018cc8a3a) - #### Initialize Projects ```bash @@ -33,6 +31,8 @@ cd your-project codegraph init -i ``` +![1_C_VYnhpys0UHrOuOgpgoyw](https://github.com/user-attachments/assets/f168182f-4d9a-44e0-94d7-08d018cc8a3a) + --- @@ -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) |