aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax/src
diff options
context:
space:
mode:
Diffstat (limited to 'helix-syntax/src')
-rw-r--r--helix-syntax/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-syntax/src/lib.rs b/helix-syntax/src/lib.rs
index a20a2ab7..11a6f840 100644
--- a/helix-syntax/src/lib.rs
+++ b/helix-syntax/src/lib.rs
@@ -71,7 +71,7 @@ mk_langs!(
// (Cpp, tree_sitter_cpp),
(Css, tree_sitter_css),
(Go, tree_sitter_go),
- (Haskell, tree_sitter_haskell),
+ // (Haskell, tree_sitter_haskell),
(Html, tree_sitter_html),
(Java, tree_sitter_java),
(Javascript, tree_sitter_javascript),