Skip to content

Commit 7d22850

Browse files
authored
Add haskell grammar (#70)
!bump-version 0.11.0
1 parent 1d2b59a commit 7d22850

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@
172172
[submodule "repos/d"]
173173
path = repos/d
174174
url = https://github.com/CyberShadow/tree-sitter-d/
175+
branch = master
176+
update = none
177+
ignore = dirty
175178
[submodule "repos/nix"]
176179
path = repos/nix
177180
url = https://github.com/cstrahan/tree-sitter-nix
@@ -184,3 +187,9 @@
184187
branch = master
185188
update = none
186189
ignore = dirty
190+
[submodule "repos/haskell"]
191+
path = repos/haskell
192+
url = https://github.com/tree-sitter/tree-sitter-haskell
193+
branch = master
194+
update = none
195+
ignore = dirty

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Changelog
22

33
## Unreleased
4-
5-
## 0.10.14 - 2022-01-05
4+
- Added `haskell` grammar.
65

76
## 0.10.14 - 2022-01-05
87
- Added `prisma` grammar.

repos/haskell

Submodule haskell added at d6ccd2d

0 commit comments

Comments
 (0)