mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
Add more filetypes for treesitter-markdown
Signed-off-by: Micah Halter <micah@balena.io>
This commit is contained in:
parent
c4fff63a73
commit
801c910f49
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ local filetype_to_parsername = {
|
||||||
cls = "latex",
|
cls = "latex",
|
||||||
sty = "latex",
|
sty = "latex",
|
||||||
OpenFOAM = "foam",
|
OpenFOAM = "foam",
|
||||||
|
pandoc = "markdown",
|
||||||
|
rmd = "markdown",
|
||||||
}
|
}
|
||||||
|
|
||||||
local list = setmetatable({}, {
|
local list = setmetatable({}, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue