Added file suffix and icon associations data
This commit is contained in:
parent
d023189bda
commit
fd72f4526d
32 changed files with 451 additions and 62 deletions
|
@ -1,6 +1,5 @@
|
|||
name = "TOML"
|
||||
path_suffixes = ["toml"]
|
||||
icon_path = "icons/radix/gear.svg"
|
||||
line_comment = "# "
|
||||
autoclose_before = ",]}"
|
||||
brackets = [
|
||||
|
|
|
@ -154,7 +154,7 @@ fn main() {
|
|||
file_finder::init(cx);
|
||||
outline::init(cx);
|
||||
project_symbols::init(cx);
|
||||
project_panel::init(cx);
|
||||
project_panel::init(Assets, cx);
|
||||
diagnostics::init(cx);
|
||||
search::init(cx);
|
||||
vector_store::init(fs.clone(), http.clone(), languages.clone(), cx);
|
||||
|
|
|
@ -2334,7 +2334,7 @@ mod tests {
|
|||
editor::init(cx);
|
||||
project_panel::init_settings(cx);
|
||||
pane::init(cx);
|
||||
project_panel::init(cx);
|
||||
project_panel::init((), cx);
|
||||
terminal_view::init(cx);
|
||||
ai::init(cx);
|
||||
app_state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue