mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
map quarto ft to markdown parser
This commit is contained in:
parent
6c9f3d03e5
commit
d7aa8cd745
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ local filetype_to_parsername = {
|
|||
OpenFOAM = "foam",
|
||||
pandoc = "markdown",
|
||||
rmd = "markdown",
|
||||
quarto = "markdown",
|
||||
cs = "c_sharp",
|
||||
tape = "vhs",
|
||||
dosini = "ini",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue