We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2b59a commit 7d22850Copy full SHA for 7d22850
.gitmodules
@@ -172,6 +172,9 @@
172
[submodule "repos/d"]
173
path = repos/d
174
url = https://github.com/CyberShadow/tree-sitter-d/
175
+ branch = master
176
+ update = none
177
+ ignore = dirty
178
[submodule "repos/nix"]
179
path = repos/nix
180
url = https://github.com/cstrahan/tree-sitter-nix
@@ -184,3 +187,9 @@
184
187
branch = master
185
188
update = none
186
189
ignore = dirty
190
+[submodule "repos/haskell"]
191
+ path = repos/haskell
192
+ url = https://github.com/tree-sitter/tree-sitter-haskell
193
194
195
CHANGELOG.md
@@ -1,8 +1,7 @@
1
# Changelog
2
3
## Unreleased
4
-
5
-## 0.10.14 - 2022-01-05
+- Added `haskell` grammar.
6
7
## 0.10.14 - 2022-01-05
8
- Added `prisma` grammar.
repos/haskell
0 commit comments