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:
co-authored by
Colby McHenry
Claude Opus 4.7
parent
00b298966f
commit
8506936f86
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user