Suggest reST extension for .rst files (#33413)
Suggest the reST extension when opening a .rst file for the first time. Release Notes: - N/A
This commit is contained in:
parent
90c893747c
commit
ca8e213151
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ const SUGGESTIONS_BY_EXTENSION_ID: &[(&str, &[&str])] = &[
|
|||
("r", &["r", "R"]),
|
||||
("racket", &["rkt"]),
|
||||
("rescript", &["res", "resi"]),
|
||||
("rst", &["rst"]),
|
||||
("ruby", &["rb", "erb"]),
|
||||
("scheme", &["scm"]),
|
||||
("scss", &["scss"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue