mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Adds some more parsers to treesitter
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user