aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights_spec.lua
diff options
context:
space:
mode:
authorMarc Jakobi <marc.jakobi@tiko.energy>2024-05-07 09:27:44 +0200
committerGitHub <noreply@github.com>2024-05-07 07:27:44 +0000
commitda0efd7398713a3177da5ce8690f0e5c5415763d (patch)
tree9f21bbf789153bd283f6d52c118e44e9cdaf3f6f /tests/query/highlights_spec.lua
parentbot(lockfile): update bash, json, lalrpop, phpdoc, qmljs, query, tsx, typescript (diff)
downloadnvim-treesitter-da0efd7398713a3177da5ce8690f0e5c5415763d.tar
nvim-treesitter-da0efd7398713a3177da5ce8690f0e5c5415763d.tar.gz
nvim-treesitter-da0efd7398713a3177da5ce8690f0e5c5415763d.tar.bz2
nvim-treesitter-da0efd7398713a3177da5ce8690f0e5c5415763d.tar.lz
nvim-treesitter-da0efd7398713a3177da5ce8690f0e5c5415763d.tar.xz
nvim-treesitter-da0efd7398713a3177da5ce8690f0e5c5415763d.tar.zst
nvim-treesitter-da0efd7398713a3177da5ce8690f0e5c5415763d.zip
fix(haskell): update queries and tests for rewritten parser (#6580)
Diffstat (limited to 'tests/query/highlights_spec.lua')
-rw-r--r--tests/query/highlights_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/query/highlights_spec.lua b/tests/query/highlights_spec.lua
index 548a7eeba..ff6a7523d 100644
--- a/tests/query/highlights_spec.lua
+++ b/tests/query/highlights_spec.lua
@@ -4,6 +4,7 @@ local ts = vim.treesitter
local COMMENT_NODES = {
markdown = "html_block",
+ haskell = "haddock",
}
local function check_assertions(file)