"vscode:/vscode.git/clone" did not exist on "8ccc76ab3760cdb1ab60c7a344e16f118bb58adc"
Unverified Commit 62682a8c authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #3990 from josx/josx/ext

chore RAG: adding languages known extensions for erlang, elixir, haskell and jsx/tsx
parents 253c02cc 23c91224
...@@ -1099,6 +1099,13 @@ def get_loader(filename: str, file_content_type: str, file_path: str): ...@@ -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 (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment