1 2 3 4 5 6
require'nvim-treesitter.configs'.setup { highlight = { enable = true, additional_vim_regex_highlighting = { "haskell" }, }, }