summaryrefslogtreecommitdiff
path: root/helix-syntax/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-syntax/build.rs')
-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 ecf33dfe..009acbff 100644
--- a/helix-syntax/build.rs
+++ b/helix-syntax/build.rs
@@ -107,10 +107,7 @@ fn build_dir(dir: &str, language: &str) {
}
fn main() {
- let ignore = vec![
- "tree-sitter-typescript".to_string(),
- "tree-sitter-cpp".to_string(),
- ];
+ let ignore = vec!["tree-sitter-typescript".to_string()];
let dirs = collect_tree_sitter_dirs(&ignore);
let mut n_jobs = 0;