mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
Merge pull request #3990 from josx/josx/ext
chore RAG: adding languages known extensions for erlang, elixir, haskell and jsx/tsx
This commit is contained in:
commit
62682a8c4c
1 changed files with 7 additions and 0 deletions
|
|
@ -1099,6 +1099,13 @@ def get_loader(filename: str, file_content_type: str, file_path: str):
|
||||||
"vue",
|
"vue",
|
||||||
"svelte",
|
"svelte",
|
||||||
"msg",
|
"msg",
|
||||||
|
"ex",
|
||||||
|
"exs",
|
||||||
|
"erl",
|
||||||
|
"tsx",
|
||||||
|
"jsx",
|
||||||
|
"hs",
|
||||||
|
"lhs",
|
||||||
]
|
]
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue