90 scala support (#91)

Co-authored-by: Colby McHenry <me@colbymchenry.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
firehooper
2026-05-07 22:10:58 -05:00
committed by GitHub
co-authored by Colby McHenry Claude Opus 4.7
parent 00b298966f
commit 8506936f86
6 changed files with 425 additions and 2 deletions
+4
View File
@@ -84,6 +84,7 @@ export const LANGUAGES = [
'vue',
'liquid',
'pascal',
'scala',
'unknown',
] as const;
@@ -541,6 +542,9 @@ export const DEFAULT_CONFIG: CodeGraphConfig = {
'**/*.lpr',
'**/*.dfm',
'**/*.fmx',
// Scala
'**/*.scala',
'**/*.sc',
],
exclude: [
// Version control