Skip to content

Commit

Permalink
Update tree-sitter-haskell (helix-editor#6317)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles authored and wes-adams committed Jul 3, 2023
1 parent 870084c commit 70c02fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/queries/haskell/textobjects.scm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[
(adt)
(decl_type)
(type_alias)
(newtype)
] @class.around

Expand Down

0 comments on commit 70c02fa

Please sign in to comment.