diff options
author | Gokul Soumya | 2021-12-07 15:57:21 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-08 01:23:50 +0000 |
commit | d08bdfa838098769afc59146b62f9d613d4a7ff4 (patch) | |
tree | c42908b0cf03001b550e0685662fa18a9e409f42 /helix-core/src/syntax.rs | |
parent | 70c989e122e498705606da3beb4154564b9a14d2 (diff) |
Use same name used in config files for langs in docs
Diffstat (limited to 'helix-core/src/syntax.rs')
-rw-r--r-- | helix-core/src/syntax.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs index 3c65ae33..ef35fc75 100644 --- a/helix-core/src/syntax.rs +++ b/helix-core/src/syntax.rs @@ -51,7 +51,6 @@ pub struct Configuration { pub struct LanguageConfiguration { #[serde(rename = "name")] 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)] |