Auto generate docs for language support

This commit is contained in:
Gokul Soumya 2021-11-22 00:25:08 +05:30 committed by Blaž Hrastnik
parent 71292f9f11
commit a78b789406
11 changed files with 311 additions and 22 deletions

View file

@ -50,7 +50,8 @@ pub struct Configuration {
#[serde(rename_all = "kebab-case", deny_unknown_fields)]
pub struct LanguageConfiguration {
#[serde(rename = "name")]
pub language_id: String,
pub language_id: String, // c-sharp, rust
pub display_name: String, // C#, Rust
pub scope: String, // source.rust
pub file_types: Vec<String>, // filename ends_with? <Gemfile, rb, etc>
#[serde(default)]