fix(haskell): update queries and tests for rewritten parser (#6580)

This commit is contained in:
Marc Jakobi 2024-05-07 09:27:44 +02:00 committed by GitHub
parent 0319e6eef5
commit da0efd7398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 238 additions and 373 deletions

View file

@ -4,6 +4,7 @@ local ts = vim.treesitter
local COMMENT_NODES = {
markdown = "html_block",
haskell = "haddock",
}
local function check_assertions(file)