> I'm not sure who maintains the vim syntax That's a good question. It isn't well maintained atm, but that's something we probably need to address. I would prefer to see the vim syntax in a separate repository that isn't coupled with the AsciiDoc Python implementation. For instance, Dag has a separate fork of the syntax and it would be nice to combine them. To get changes into Vim upstream, the syntax file has to be mailed to Bram (they do it old school).
> but I've discovered a few minor issues. Best to file the issue directly in the AsciiDoc Python issue tracker: https://github.com/asciidoc/asciidoc/issues However, an issue isn't generally addressed unless someone from the community picks it up and tries to fix it (in other words, a pull request gets it moving). Cheers, -Dan On Tue, Jan 13, 2015 at 3:59 PM, jim.nasby.bluetreble < [email protected]> wrote: > I'm not sure who maintains the vim syntax, but I've discovered a few minor > issues. > > __ doesn't seem to be working correctly. For example, this: > > === _pg_classy.class__get > > treats it as an escape. AFAIK that's incorrect because there's no closing > __. > > I've also had problems with ---- blocks. In the block below, only the very > last line (as well as the h3) are shown in a different color: > > === execute_into > ------------ > execute_into( language text, template variant(trunklet_template), > parameters variant(trunklet_parameter) ) RETURNS variant(trunklet_return) > execute_into_array( language text, template variant(trunklet_template)[], > parameters variant(trunklet_parameter) ) RETURNS variant(trunklet_return)[] > execute_into( template_name text[, template_version int], parameters > variant(trunklet_parameter) ) RETURNS variant(trunklet_return) > execute_into_array( template_name text[, template_version int], parameters > variant(trunklet_parameter) ) RETURNS variant(trunklet_return)[] > ------------ > This is the same as <<execute>>, except we capture the results of the > executed SQL. Note that variant currently does not support returning record > types. > > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/asciidoc. > For more options, visit https://groups.google.com/d/optout. > -- Dan Allen | http://google.com/profiles/dan.j.allen -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
