aboutsummaryrefslogtreecommitdiffstats
path: root/vim/nvim/lua/config/treesitter.lua
blob: 4e90be1b196cfb9e0d890fdc23703e1686fcf4ba (plain)
1
2
3
4
5
6
require'nvim-treesitter.configs'.setup {
  highlight = {
    enable = true,
    additional_vim_regex_highlighting = { "haskell" },
  },
}