mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Fix broken test.
This commit is contained in:
parent
a65395d94b
commit
8b28bf2533
2 changed files with 23 additions and 4 deletions
|
@ -14,7 +14,7 @@ use serde::{Deserialize, Serialize};
|
|||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct Configuration {
|
||||
language: Vec<LanguageConfiguration>,
|
||||
pub language: Vec<LanguageConfiguration>,
|
||||
}
|
||||
|
||||
// largely based on tree-sitter/cli/src/loader.rs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue