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.
