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 /languages.toml | |
parent | f3a243c6cbeeeeec4ccafc813d66df7a0f5dd1a8 (diff) |
Restored haskell syntax
It seems to work
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 143a7c27..e13184c9 100644 --- a/languages.toml +++ b/languages.toml @@ -144,3 +144,12 @@ file-types = ["php"] roots = [] indent = { tab-width = 2, unit = " " } + +[[language]] +name = "haskell" +scope = "source.haskell" +injection-regex = "haskell" +file-types = ["hs"] +roots = [] + +indent = { tab-width = 2, unit = " " } |