vim-pandoc-syntax icon indicating copy to clipboard operation
vim-pandoc-syntax copied to clipboard

Use TreeSitter to inform syntax

Open alerque opened this issue 4 years ago • 4 comments

In light of #300, #327, and probably most especially #329 keep an eye on TreeSitter status in Neovim:

https://github.com/neovim/neovim/issues/11724

alerque avatar May 18 '20 14:05 alerque

Maybe these repos too: https://github.com/nvim-treesitter

alerque avatar May 18 '20 14:05 alerque

Slowly, a working Markdown parser seems to emerge (but based on CommonMark): https://github.com/MDeiml/tree-sitter-markdown

Are there plans to adapt this for Vim Pandoc?

inventionate avatar Feb 01 '22 14:02 inventionate

Yet, the vim-pandoc-syntax, using the treesitter plugin with the markdown parser installed, is not working very well. For now, I will not install the markdown parser, as I find vim-pandoc and vim-pandoc-syntax very good, but it would be nice to be able to use both. Or maybe I missing something, which is very plausible. :slightly_smiling_face:

iGormilhit avatar Jun 01 '23 16:06 iGormilhit

Some plugins (ie: lspsaga) require TS markdown parser installed but when we have that installed it seems to override Pandoc syntax .. can pandoc-syntax and markdown parse co-exist? Or perhaps some other way in which TS doesn't override it?

rodhash avatar Apr 07 '24 19:04 rodhash