mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Use same name used in config files for langs in docs
This commit is contained in:
parent
70c989e122
commit
d08bdfa838
5 changed files with 40 additions and 83 deletions
|
@ -184,7 +184,7 @@ pub mod md_gen {
|
|||
.iter()
|
||||
.find(|l| l.language_id == lang)
|
||||
.unwrap(); // lang comes from config
|
||||
row.push(lc.display_name.clone());
|
||||
row.push(lc.language_id.clone());
|
||||
|
||||
for (_feat, support_list) in &ts_features_to_langs {
|
||||
row.push(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue