mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Update tree-sitter-haskell (#6317)
This commit is contained in:
parent
1421b67a4c
commit
deab323c28
@ -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…
Reference in New Issue
Block a user