On Wed, Mar 29, 2017 at 4:07 PM, Charles E Campbell <[email protected]> wrote: > Simon Cornelius P. Umacob wrote: >> >> examplejs >> <https://cloud.githubusercontent.com/assets/128593/24188811/b74f1c68-0f1d-11e7-856c-2c1f19b44564.png> >> >> Copy-pasteable: >> >> |const init_env =` for i in \`ls >> ${process.env['LAMBDA_TASK_ROOT']}/bin/*\`; do echo $i done `; | >> > Hello: > > Some questions for you... > > * what language is this for? > * I don't even see a /* in the example, so I don't see how that could > be affecting the highlighting
There is /*\ at the end of the backtick-quoted text, but AFAICT it is not within single- or double-quoted text. That /*\ and everything following it are highlighted in blue. > * have you tried contacting the maintainer of the syntax highlighting > supporting whatever language you're using? (look into the syntax > highlighting file, you'll likely find a "Maintainer" comment therein) > > Regards, > Chip Campbell > Best regards, Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
