local api = vim.api
local parsers = require'nvim-treesitter.parsers'local M = {}-- This function sets up everythin needed for a given language-- this is the main interface through the pluginfunction M.setup(lang)if parsers.has_parser(lang)thenendendreturn M