mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
Auto generate docs for language support
This commit is contained in:
parent
71292f9f11
commit
a78b789406
11 changed files with 311 additions and 22 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue