treesitter highlight not working #139
Unanswered
fusying-hwang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi team,
When I set
custom_language_formatting = {
python = {
extension = "qmd",
style = "quarto",
force_ft = "quarto", -- you can set whatever filetype you want here
},
},
in jupytext.nvim, it seemed that when I open a ipynb file, the syntax hight of treesitter is not working.
Any one know why? thanks
Beta Was this translation helpful? Give feedback.
All reactions