Skip to content

Commit

Permalink
Upgrade and reenable tree-sitter-haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
414owen committed Jan 4, 2022
1 parent 0dab6c8 commit d839931
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion helix-syntax/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit d839931

Please sign in to comment.