add kotlin files to folder-loader

This commit is contained in:
Ilyes Tascou 2024-02-05 17:20:05 +01:00
parent 6013743705
commit 011a0a75c3
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ class Folder_DocumentLoaders implements INode {
'.css': (path) => new TextLoader(path),
'.go': (path) => new TextLoader(path), // Go
'.h': (path) => new TextLoader(path), // C++ Header files
'.kt': (path) => new TextLoader(path), // Kotlin
'.java': (path) => new TextLoader(path), // Java
'.js': (path) => new TextLoader(path), // JavaScript
'.less': (path) => new TextLoader(path), // Less files