diff options
author | Blaž Hrastnik | 2020-10-19 08:18:03 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-12-03 04:07:55 +0000 |
commit | 64b5b23315f12125a2c5b2f810fe5ac285bdfa79 (patch) | |
tree | f8caf756f461727e454c94b8e8c2abfeffa943e6 /helix-view/src/lib.rs | |
parent | b2b3083a623ec3dc5e2d1ea9c6ba35970efe19a3 (diff) |
Move theme from view to editor, support multiple views in editor.
Diffstat (limited to 'helix-view/src/lib.rs')
-rw-r--r-- | helix-view/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/lib.rs b/helix-view/src/lib.rs index 8ea634af..9abe8a1a 100644 --- a/helix-view/src/lib.rs +++ b/helix-view/src/lib.rs @@ -6,4 +6,5 @@ pub mod theme; pub mod view; pub use editor::Editor; +pub use theme::Theme; pub use view::View; |