aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorKirawi2022-01-16 01:11:31 +0000
committerGitHub2022-01-16 01:11:31 +0000
commita7b0cc730c9d18d214ef194ff0cb5d2ccfa8b762 (patch)
tree54282bcb538c709acbbb7080085cd6ef5a5fe99a /languages.toml
parent3a34036310d502fe99887c7f15f02784475d6dc5 (diff)
Re-enable haskell in languages.toml (#1520)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/languages.toml b/languages.toml
index 78447578..e9d5af0e 100644
--- a/languages.toml
+++ b/languages.toml
@@ -337,15 +337,15 @@ comment-token = "#"
indent = { tab-width = 2, unit = " " }
injection-regex = "yml|yaml"
-# [[language]]
-# name = "haskell"
-# scope = "source.haskell"
-# injection-regex = "haskell"
-# file-types = ["hs"]
-# roots = []
-# comment-token = "--"
-#
-# indent = { tab-width = 2, unit = " " }
+[[language]]
+name = "haskell"
+scope = "source.haskell"
+injection-regex = "haskell"
+file-types = ["hs"]
+roots = []
+comment-token = "--"
+
+indent = { tab-width = 2, unit = " " }
[[language]]
name = "zig"