vim-pandoc / vim-pandoc-legacy

[UNSUPPORTED/use vim-pandoc/vim-pandoc] vim bundle for pandoc users
143 stars 23 forks source link

Lists like i) ii) are not highlighted correctly #93

Closed pengyu closed 10 years ago

pengyu commented 11 years ago

The numbers i) ii) ... are not correctly highlighted in vim. Is it a bug?

i) First
ii) Second
iii) Third
iv) Fourth
v) Fifth
fmoralesc commented 10 years ago

It is known. We lack a regex for matching roman numerals in lists. I'm working on the pandoc syntax file at http://www.github.com/fmoralesc/vim-pandoc-syntax

Patches and suggestions are welcome ;)

fmoralesc commented 10 years ago

As from e25dc00b82d9adfd2213f61274e6e4308b6dbf31, this is fixed in the syntax file in vim-pandoc-syntax, at least for roman numerals up to c.