diff options
author | Owen Shepherd | 2022-01-01 19:20:10 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-01-08 15:28:56 +0000 |
commit | 41ee45ce5498a070b782abe22dfdc33b5e372964 (patch) | |
tree | be7776f7b903ea8b6b13e034ef7db0f56f9f86b6 /helix-syntax/build.rs | |
parent | b799b0d50e7848cc084d913afbdc0fb3a25c1b97 (diff) |
Upgrade and reenable tree-sitter-haskell
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(); |