Quarto and rmd files are no longer registered by nvim-treesitter #238
Replies: 5 comments
-
One way to revert it back: vim.treesitter.language.register("markdown", { "quarto", "rmd" }) |
Beta Was this translation helpful? Give feedback.
-
Maybe we should do this for users and add an option to disable the register because some users may have a reason not to have Quarto and RMarkdown parsed as Markdown. |
Beta Was this translation helpful? Give feedback.
-
Should it be done when r-nvim is loading? Read user option and if true register? |
Beta Was this translation helpful? Give feedback.
-
Yes, I think so. |
Beta Was this translation helpful? Give feedback.
-
Will make a PR. |
Beta Was this translation helpful? Give feedback.
-
Talking about Quarto YAML completion, there is a new issue: nvim-treesitter/nvim-treesitter@da61d31
rmd and quarto are no longer registered by nvim-treesitter
Beta Was this translation helpful? Give feedback.
All reactions