mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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",
|
||||
sty = "latex",
|
||||
OpenFOAM = "foam",
|
||||
pandoc = "markdown",
|
||||
rmd = "markdown",
|
||||
}
|
||||
|
||||
local list = setmetatable({}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue