diff options
author | Gokul Soumya | 2022-01-09 05:08:58 +0000 |
---|---|---|
committer | Gokul Soumya | 2022-01-09 05:08:58 +0000 |
commit | b3b4e78585d6a458954b8cb5b2c2a271a78b730b (patch) | |
tree | 4253fadc0dd035ac82c139adfc07927925f622fe /helix-syntax/build.rs | |
parent | 449624965b05fd2abc9e3ba2f791f8de8b1eeb3e (diff) | |
parent | 97e12f5c5a26cbbc2eddffd91a2e506403d4d453 (diff) |
Merge branch 'master' into cursor-shape-new
Diffstat (limited to 'helix-syntax/build.rs')
-rw-r--r-- | helix-syntax/build.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-syntax/build.rs b/helix-syntax/build.rs index 28f85e74..fa8be8b3 100644 --- a/helix-syntax/build.rs +++ b/helix-syntax/build.rs @@ -175,7 +175,6 @@ 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 "tree-sitter-ocaml".to_string(), ]; let dirs = collect_tree_sitter_dirs(&ignore).unwrap(); |