diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index bbb7075f4..1c442d0d8 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -15,6 +15,8 @@ local filetype_to_parsername = { cls = "latex", sty = "latex", OpenFOAM = "foam", + pandoc = "markdown", + rmd = "markdown", } local list = setmetatable({}, { |
