Start on autoclosing pairs
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
3cb7ba0f57
commit
05d7e9c4e7
6 changed files with 174 additions and 3 deletions
|
@ -275,6 +275,7 @@ impl WorkspaceParams {
|
|||
buffer::LanguageConfig {
|
||||
name: "Rust".to_string(),
|
||||
path_suffixes: vec!["rs".to_string()],
|
||||
..Default::default()
|
||||
},
|
||||
tree_sitter_rust::language(),
|
||||
)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue