diff options
author | Corey Powell | 2021-06-01 19:44:03 +0000 |
---|---|---|
committer | Ivan Tham | 2021-06-04 17:17:44 +0000 |
commit | 01dd7b570a692ca59d34c74806e7fcdd48e60b21 (patch) | |
tree | dedd6e959d5c1a8981dc65eb3952068abd7bf6d6 /helix-syntax/src | |
parent | f3a243c6cbeeeeec4ccafc813d66df7a0f5dd1a8 (diff) |
Restored haskell syntax
It seems to work
Diffstat (limited to 'helix-syntax/src')
-rw-r--r-- | helix-syntax/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-syntax/src/lib.rs b/helix-syntax/src/lib.rs index bb0b2ec6..b923de95 100644 --- a/helix-syntax/src/lib.rs +++ b/helix-syntax/src/lib.rs @@ -74,7 +74,7 @@ mk_langs!( (Css, tree_sitter_css), (Elixir, tree_sitter_elixir), (Go, tree_sitter_go), - // (Haskell, tree_sitter_haskell), + (Haskell, tree_sitter_haskell), (Html, tree_sitter_html), (Java, tree_sitter_java), (Javascript, tree_sitter_javascript), |