require'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all" (the five listed parsers should always be installed)
ensure_installed = {
+ 'api_notation',
'bash',
'css',
'dart',
sync_install = false,
auto_install = true,
+ endwise = {
+ enable = true
+ },
+
highlight = {
enable = true,