diff options
| author | Marc Jakobi <marc.jakobi@tiko.energy> | 2024-05-07 09:27:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-07 07:27:44 +0000 |
| commit | da0efd7398713a3177da5ce8690f0e5c5415763d (patch) | |
| tree | 9f21bbf789153bd283f6d52c118e44e9cdaf3f6f /tests/query/highlights_spec.lua | |
| parent | bot(lockfile): update bash, json, lalrpop, phpdoc, qmljs, query, tsx, typescript (diff) | |
| download | nvim-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.lua | 1 |
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) |
