SeniorMars / typst.nvim

WIP. Goals: Treesitter highlighting, snippets, and a smooth intergration with neovim.
Apache License 2.0
142 stars 2 forks source link

regular Vim #1

Open ghost opened 1 year ago

ghost commented 1 year ago

Would you consider adding a regular regex based typst.vim or similar? like these:

https://github.com/vim/vim/tree/master/runtime/syntax

SeniorMars commented 1 year ago

Honestly, I'm not sure. I would have to create a new repo for plain old vim, as people running vim will not be able to run all the features I have in mind. I'm not a fan of the syntax files in vim.

I'll get back to you on this after I'm done with the treesitter parser.

marcelarie commented 1 year ago

For that maybe you can use https://github.com/kaarmu/typst.vim