From 181b1808813fdd914d111190ecd9bb194fae7c01 Mon Sep 17 00:00:00 2001 From: Colby Mchenry Date: Thu, 7 May 2026 22:04:31 -0500 Subject: [PATCH] docs(readme): add Vue to the Supported Languages table (#144) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to #66 — Vue support shipped but the README languages table was never updated. Co-authored-by: Claude Opus 4.7 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73a8191..1adee46 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,7 @@ The `.codegraph/config.json` file controls indexing: | Kotlin | `.kt`, `.kts` | Full support | | 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) | | Liquid | `.liquid` | Full support | | Pascal / Delphi | `.pas`, `.dpr`, `.dpk`, `.lpr` | Full support (classes, records, interfaces, enums, DFM/FMX form files) |