aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-09-11 05:14:44 +0000
committerBlaž Hrastnik2020-09-11 05:14:44 +0000
commitb17a77b8b84b1dfdbc1615a652e9718d847ea0de (patch)
tree59ea9ff48893d4903960adf4f52de57e5f3ca0b2 /helix-syntax
parentb647c7a773fb3323ccc884f4d0d4ce25c3e8aea8 (diff)
cleanup: Import tree-sitter-highlight so we can cache trees.
Diffstat (limited to 'helix-syntax')
-rw-r--r--helix-syntax/build.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/helix-syntax/build.rs b/helix-syntax/build.rs
index 217ba9fa..6b721c11 100644
--- a/helix-syntax/build.rs
+++ b/helix-syntax/build.rs
@@ -1,7 +1,4 @@
-use cc::Build;
-
-use std::io::{BufWriter, Read, Write};
-use std::path::{Path, PathBuf};
+use std::path::PathBuf;
use std::{env, fs};
fn get_opt_level() -> u32 {