aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/indent.rs
diff options
context:
space:
mode:
authorGokul Soumya2021-12-07 15:57:21 +0000
committerBlaž Hrastnik2021-12-08 01:23:50 +0000
commitd08bdfa838098769afc59146b62f9d613d4a7ff4 (patch)
treec42908b0cf03001b550e0685662fa18a9e409f42 /helix-core/src/indent.rs
parent70c989e122e498705606da3beb4154564b9a14d2 (diff)
Use same name used in config files for langs in docs
Diffstat (limited to 'helix-core/src/indent.rs')
-rw-r--r--helix-core/src/indent.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs
index 3ce3620a..b6f5081a 100644
--- a/helix-core/src/indent.rs
+++ b/helix-core/src/indent.rs
@@ -452,7 +452,6 @@ where
file_types: vec!["rs".to_string()],
shebangs: vec![],
language_id: "Rust".to_string(),
- display_name: "Rust".to_string(),
highlight_config: OnceCell::new(),
config: None,
//