diff options
author | Blaž Hrastnik | 2020-09-12 10:43:35 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-09-12 10:43:35 +0000 |
commit | f9348d77ec4e128799ca407a1612aa61691f05a5 (patch) | |
tree | e94525acc8dcbf91c222849b7ad8cb4ee351227a | |
parent | 9546164dc89515719d4781699e1505b2a50486ef (diff) |
Fix tests.
-rw-r--r-- | helix-term/src/editor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/editor.rs b/helix-term/src/editor.rs index 03008221..8e5c0042 100644 --- a/helix-term/src/editor.rs +++ b/helix-term/src/editor.rs @@ -374,7 +374,7 @@ impl Editor { // } #[test] fn test_parser() { - use tree_sitter_highlight::{HighlightConfiguration, HighlightEvent, Highlighter}; + use helix_core::syntax::{HighlightConfiguration, HighlightEvent, Highlighter}; let source_code = include_str!("../test.rs"); |