Skip to content

Commit af7abd5

Browse files
colbymchenryclaude
andauthored
docs(readme): move Initialize Projects above the gif + add Scala to languages (colbymchenry#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 colbymchenry#91 has landed. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8506936 commit af7abd5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ npx @colbymchenry/codegraph
2424

2525
<sub>Interactive installer configures Claude Code automatically</sub>
2626

27-
![1_C_VYnhpys0UHrOuOgpgoyw](https://github.com/user-attachments/assets/f168182f-4d9a-44e0-94d7-08d018cc8a3a)
28-
2927
#### Initialize Projects
3028

3129
```bash
3230
cd your-project
3331
codegraph init -i
3432
```
3533

34+
![1_C_VYnhpys0UHrOuOgpgoyw](https://github.com/user-attachments/assets/f168182f-4d9a-44e0-94d7-08d018cc8a3a)
35+
3636
</div>
3737

3838
---
@@ -426,6 +426,7 @@ The `.codegraph/config.json` file controls indexing:
426426
| C++ | `.cpp`, `.hpp`, `.cc` | Full support |
427427
| Swift | `.swift` | Full support |
428428
| Kotlin | `.kt`, `.kts` | Full support |
429+
| Scala | `.scala`, `.sc` | Full support (classes, traits, methods, type aliases, Scala 3 enums) |
429430
| Dart | `.dart` | Full support |
430431
| Svelte | `.svelte` | Full support (script extraction, Svelte 5 runes, SvelteKit routes) |
431432
| Vue | `.vue` | Full support (script + script-setup extraction, Nuxt page/API/middleware routes) |

0 commit comments

Comments
 (0)