Adds some more parsers to treesitter

This commit is contained in:
2023-09-19 08:25:43 -04:00
parent 5cbb1affd5
commit e3dd7a80f6

View File

@@ -18,9 +18,14 @@ return {
"json", "json",
"latex", "latex",
"ledger", "ledger",
"llvm",
"lua", "lua",
"make",
"markdown",
"python", "python",
"swift",
"toml", "toml",
"xml",
"yaml" "yaml"
}, -- one of "all", "maintained" (parsers with maintainers), or a list of languages }, -- one of "all", "maintained" (parsers with maintainers), or a list of languages
ignore_install = {}, -- List of parsers to ignore installing ignore_install = {}, -- List of parsers to ignore installing