Update tree-sitter-haskell (#6317)

pull/16/head
Ollie Charles 1 year ago committed by GitHub
parent 1421b67a4c
commit deab323c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -882,7 +882,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]] [[grammar]]
name = "haskell" 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]] [[language]]
name = "purescript" name = "purescript"

@ -2,7 +2,7 @@
[ [
(adt) (adt)
(decl_type) (type_alias)
(newtype) (newtype)
] @class.around ] @class.around

Loading…
Cancel
Save