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:
Renze Post 2025-06-26 14:59:04 +02:00 committed by GitHub
parent 90c893747c
commit ca8e213151
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]),