aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax/build.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-07 01:17:25 +0000
committerBlaž Hrastnik2021-06-07 01:17:25 +0000
commit59f94d13b8d61ce338ecf4957c6b4ad945021009 (patch)
tree8b1f74c034243d38646759360bd2ee3db393375e /helix-syntax/build.rs
parentb3eeac7bbf028e1f416a90fcc940053e19385b2e (diff)
Disable haskell grammar until build issues are resolved
Diffstat (limited to 'helix-syntax/build.rs')
-rw-r--r--helix-syntax/build.rs1
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);