feat: Automatic runtime customization using shebangs

This commit is contained in:
2026-04-09 14:16:02 -06:00
parent dedcef8ac5
commit a5899da4fb
5 changed files with 84 additions and 80 deletions
-4
View File
@@ -15,10 +15,6 @@ impl ScriptedLanguage for PythonLanguage {
tree_sitter_python::LANGUAGE.into()
}
fn default_runtime(&self) -> &str {
"python"
}
fn lang_name(&self) -> &str {
"python"
}