diff options
Diffstat (limited to 'helix-syntax/build.rs')
-rw-r--r-- | helix-syntax/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-syntax/build.rs b/helix-syntax/build.rs index 5d539480..847f8a67 100644 --- a/helix-syntax/build.rs +++ b/helix-syntax/build.rs @@ -104,6 +104,7 @@ fn build_dir(dir: &str, language: &str) { fn main() { let ignore = vec![ "tree-sitter-typescript".to_string(), + "tree-sitter-haskell".to_string(), // aarch64 failures: https://github.com/tree-sitter/tree-sitter-haskell/issues/34 ".DS_Store".to_string(), ]; let dirs = collect_tree_sitter_dirs(&ignore); |