Hi!
On Mon, Dec 10, 2012 at 12:55:54PM -0500, ping wrote:
> how about considering to merge the work also into this one?
> https://github.com/dagwieers/asciidoc-vim
>
> per my previous tests it support more intensive syntax than the
> 'officical' one.
> the only issue is, if the file is real large (say, more than 1M ), it
> will become really slow.
At a glance there are just a few differences between this and official
one, so I think my files most likely will work with this one too.
Also this syntax implementation contain things which never should be done
in syntax file: it define exact colors instead of just linking highlight
to existing groups and change global vim settings.
If you ask me, I'd say it's author probably should switch to official
syntax highlight and move all his modifications to official syntax into
~/.vim/after/syntax/asciidoc.vim (and move colors to colorsheme and
settings to config file - either ~/.vimrc or ~/.vim/ftplugin/asciidoc.vim).
This will make his modifications ease to reuse and support.
--
WBR, Alex.
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.