dhruvasagar / vim-dotoo

Org-mode like task logging & time tracking in Vim
554 stars 27 forks source link

Merging syntax highlighting from org.vim plugin #132

Open saccarosium opened 2 years ago

saccarosium commented 2 years ago

Hi, I really like the plugin's functionality, but I find that the syntax highlighting is a bit janky, especially on headings, where highlights only one start even in level 2 or 3 headings. I found this plugin org.vim, and I think borrowing some syntax highlighting bits will be beneficial. I can make a PR with an initial draft but, since I'm not very good with VimL, I need help with the implementation.

Is something you think is worth spending time on?

dhruvasagar commented 2 years ago

I have been meaning to rewrite the syntax highlighting so I definitely think that is worth spending time on. It might be worth looking into utilizing tree-sitter

saccarosium commented 2 years ago

It might be worth looking into utilizing tree-sitter

Yeah, I think it is a good idea! The only problem is the plugin will become neovim only.

I think that you are already aware of this, there is a tree-sitter parser for orgmode that is used in Orgmode.nvim plugin.