diff options
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 583466b99..f85781e79 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -15,6 +15,7 @@ local filetype_to_parsername = { OpenFOAM = "foam", pandoc = "markdown", rmd = "markdown", + quarto = "markdown", cs = "c_sharp", tape = "vhs", dosini = "ini", |
