Start work on Python support

This commit is contained in:
Max Brunsfeld 2022-06-21 17:04:54 -07:00
parent dc8d5f4ae3
commit 34351c0a51
7 changed files with 163 additions and 0 deletions

View file

@ -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(),