aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights_spec.lua
diff options
context:
space:
mode:
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)