aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/syntax.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-03-25 07:53:32 +0000
committerBlaž Hrastnik2021-03-25 07:53:32 +0000
commit8b28bf253394b46d3846710075d635d511dc4879 (patch)
treeaca8a17895c7289c815e55f65eda514616f4f355 /helix-core/src/syntax.rs
parenta65395d94beb614bc17301601109042077e55e83 (diff)
Fix broken test.
Diffstat (limited to 'helix-core/src/syntax.rs')
-rw-r--r--helix-core/src/syntax.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs
index 8a8d649a..a6b1cf61 100644
--- a/helix-core/src/syntax.rs
+++ b/helix-core/src/syntax.rs
@@ -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