sotte / presenting.vim

A simple tool for presenting slides in vim based on text files.
MIT License
300 stars 50 forks source link

Add syntax hl for code #5

Closed sotte closed 9 years ago

sotte commented 11 years ago

Wouldn't it be nice to have syntax hl for code blocks in the presentation?

There is a semi working version for vim-orgmode which we could improve and use.

See https://github.com/jceb/vim-orgmode/issues/147

sotte commented 11 years ago

I added the function EnableInlineSyntaxHighlight to the plugin but somehow it does not work. I'll create a pull request. Maybe someone has an idea how to fix this.

sotte commented 9 years ago

This is part of vim-orgmode now.