diff options
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 16 |
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 = " " } |