Skip to content

Commit

Permalink
reenable haskell in languages.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirawi committed Jan 16, 2022
1 parent 97e6f2a commit 5392179
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
| git-rebase || | | |
| glsl || || |
| go |||| `gopls` |
| haskell || | | |
| html || | | |
| java || | | |
| javascript || || `typescript-language-server` |
Expand Down
18 changes: 9 additions & 9 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5392179

Please sign in to comment.