From 5d5b6bab9ba5211c8c146fb38276f968892e7882 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 20 Apr 2022 03:44:32 +0200 Subject: Add rulers option (#2060) * Add color_column option * Rename to ruler Co-authored-by: DeviousStoat --- helix-core/src/syntax.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix-core/src') diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs index 905b3347..2fd4ed9b 100644 --- a/helix-core/src/syntax.rs +++ b/helix-core/src/syntax.rs @@ -104,6 +104,8 @@ pub struct LanguageConfiguration { /// global setting. #[serde(default, skip_serializing, deserialize_with = "deserialize_auto_pairs")] pub auto_pairs: Option, + + pub rulers: Option>, // if set, override editor's rulers } #[derive(Debug, Serialize, Deserialize)] -- cgit v1.2.3-70-g09d2