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