Closed polpielladev closed 9 months ago
ha! It does not provide a highlight query. There is an issue https://github.com/ikatyang/tree-sitter-markdown/issues/23 and it looks like we should get it from https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries/markdown
tree-sitter-xcframework 0.208.5 should fix that
Amazing! Thanks so much for the super quick fix @krzyzanowskim 🎉 I'll try it out this morning 👍
Hi! 👋
First of all, thanks for the great work on
STTextView
and theNeon
plugin, it's amazing!I have run into an issue recently where if I use the
NeonPlugin
to parse and highlightMarkdown
Strings, I get a crash on this line of theCoordinator
file of the plugin:I have done a bit of digging and it looks like there are no highlight queries for the markdown language, which explains the crash. Could this be that there is an issue with the markdown tree sitter or its build process?
Not entirely sure how to regenerate the tree sitter to test it myself, but I am happy to help out to look into it if you know the cause?