Open GoogleCodeExporter opened 9 years ago
The above isn't quite correct. The second "*" can be followed by any of
").?;:!=[]" and still end the highlighting. And the first can be preceded by
any of "(.=[]" and still start the highlighting.
Original comment by khym.cha...@gmail.com
on 27 Dec 2014 at 7:43
The correct logic is that the surrounded text must have non-whitespace
characters on either side and the "*" cannot be proceeded or followed by a word
character. In other words, it be looking for non-word characters outside the
"*" and non-whitespace at the boundaries of the inner text.
Original comment by dan.j.allen
on 27 Dec 2014 at 10:40
Please take that issue to the maintainer of the syntax file. If he agrees, he
will send an updated syntax file for inclusion with vim to Bram. You'll find
his contact address in the bundled syntax asciidoc.vim file
Original comment by chrisbr...@googlemail.com
on 27 Dec 2014 at 11:03
Original issue reported on code.google.com by
khym.cha...@gmail.com
on 27 Dec 2014 at 7:16