aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-07 01:17:25 +0000
committerBlaž Hrastnik2021-06-07 01:17:25 +0000
commit59f94d13b8d61ce338ecf4957c6b4ad945021009 (patch)
tree8b1f74c034243d38646759360bd2ee3db393375e /languages.toml
parentb3eeac7bbf028e1f416a90fcc940053e19385b2e (diff)
Disable haskell grammar until build issues are resolved
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/languages.toml b/languages.toml
index e13184c9..e923bb64 100644
--- a/languages.toml
+++ b/languages.toml
@@ -145,11 +145,11 @@ roots = []
indent = { tab-width = 2, unit = " " }
-[[language]]
-name = "haskell"
-scope = "source.haskell"
-injection-regex = "haskell"
-file-types = ["hs"]
-roots = []
-
-indent = { tab-width = 2, unit = " " }
+# [[language]]
+# name = "haskell"
+# scope = "source.haskell"
+# injection-regex = "haskell"
+# file-types = ["hs"]
+# roots = []
+#
+# indent = { tab-width = 2, unit = " " }