From b647c7a773fb3323ccc884f4d0d4ce25c3e8aea8 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 10 Sep 2020 13:55:18 +0900 Subject: tree-sitter based syntax highlighting draft --- helix-core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core/src') diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index c7c020d6..da00b9ae 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -1,6 +1,6 @@ #![allow(unused)] pub mod commands; -mod graphemes; +pub mod graphemes; mod selection; pub mod state; mod transaction; -- cgit v1.2.3-70-g09d2