mirror of https://github.com/helix-editor/helix
Fix tests.
parent
9546164dc8
commit
f9348d77ec
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue