dhruvasagar / vim-dotoo

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

Add basic support for block src filetypes. #116

Closed kristijanhusak closed 3 years ago

kristijanhusak commented 3 years ago

This adds basic support for #+BEGIN_SRC filetype highlights, mentioned in #65 and #115. It's simplified version of Tpope's markdown fenced languages, without the support for "aliases" (bash=sh). I also removed the dependency on SyntaxRange plugin since it's not mentioned anywhere in readme/docs, and this PR should over that use case.