Update tree-sitter-haskell (#6317)
This commit is contained in:
parent
1421b67a4c
commit
deab323c28
2 changed files with 2 additions and 2 deletions
|
@ -882,7 +882,7 @@ indent = { tab-width = 2, unit = " " }
|
|||
|
||||
[[grammar]]
|
||||
name = "haskell"
|
||||
source = { git = "https://github.com/tree-sitter/tree-sitter-haskell", rev = "b6ec26f181dd059eedd506fa5fbeae1b8e5556c8" }
|
||||
source = { git = "https://github.com/tree-sitter/tree-sitter-haskell", rev = "98fc7f59049aeb713ab9b72a8ff25dcaaef81087" }
|
||||
|
||||
[[language]]
|
||||
name = "purescript"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[
|
||||
(adt)
|
||||
(decl_type)
|
||||
(type_alias)
|
||||
(newtype)
|
||||
] @class.around
|
||||
|
||||
|
|
Loading…
Reference in a new issue