Skip to content

Commit 482cbee

Browse files
omonienclaude
andcommitted
docs: Add Pascal/Delphi to supported languages in README and CLAUDE.md
Update language count (17+ → 18+), add Pascal/Delphi row to the supported languages table, and include Pascal in CLAUDE.md language list. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9f41500 commit 482cbee

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ SQLite database with:
106106

107107
### Supported Languages
108108

109-
TypeScript, JavaScript, TSX, JSX, Python, Go, Rust, Java, C, C++, C#, PHP, Ruby, Swift, Kotlin, Dart, Liquid
109+
TypeScript, JavaScript, TSX, JSX, Python, Go, Rust, Java, C, C++, C#, PHP, Ruby, Swift, Kotlin, Dart, Liquid, Pascal
110110

111111
### Node and Edge Types
112112

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ Know exactly what breaks before you change it. Trace callers, callees, and the f
132132
<tr>
133133
<td width="33%" valign="top">
134134

135-
### 🌍 17+ Languages
136-
TypeScript, JavaScript, Python, Go, Rust, Java, C#, PHP, Ruby, C, C++, Swift, Kotlin, Dart, Svelte—all with the same API.
135+
### 🌍 18+ Languages
136+
TypeScript, JavaScript, Python, Go, Rust, Java, C#, PHP, Ruby, C, C++, Swift, Kotlin, Dart, Svelte, Pascal/Delphi—all with the same API.
137137

138138
</td>
139139
<td width="33%" valign="top">
@@ -604,6 +604,7 @@ The `.codegraph/config.json` file controls indexing behavior:
604604
| Kotlin | `.kt` | Basic support |
605605
| Dart | `.dart` | Full support |
606606
| Svelte | `.svelte` | Full support (script extraction, Svelte 5 runes, SvelteKit routes) |
607+
| Pascal / Delphi | `.pas`, `.dpr`, `.dpk`, `.lpr` | Full support (classes, records, interfaces, enums, DFM/FMX form files) |
607608

608609
## 🔧 Troubleshooting
609610

0 commit comments

Comments
 (0)