Start work on Python support
This commit is contained in:
parent
dc8d5f4ae3
commit
34351c0a51
7 changed files with 163 additions and 0 deletions
|
@ -43,6 +43,11 @@ pub fn build_language_registry(login_shell_env_loaded: Task<()>) -> LanguageRegi
|
|||
tree_sitter_markdown::language(),
|
||||
None, //
|
||||
),
|
||||
(
|
||||
"python",
|
||||
tree_sitter_python::language(),
|
||||
None, //
|
||||
),
|
||||
(
|
||||
"rust",
|
||||
tree_sitter_rust::language(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue