vim-rdoc
vim-rdoc copied to clipboard
RDoc syntax highlight for Vim editor with snippets support
Is there any way to do highlighting for rdoc inside of ruby files? For instance (from http://rdoc.sourceforge.net/doc/): ``` # The program takes an initial word or phrase from # the...
Here is the file I'm editing: https://raw.github.com/Casecommons/pg_search/master/CHANGELOG.rdoc It has bullet points in sections like this: ``` = PgSearch == 0.3.3 * Backport array_agg() aggregate function to PostgreSQL 8.3 and earlier....
bug
This line breaks the syntax highlighting: ``` :layout_engine ``` Everything after that is emphasized.