Wednesday, January 28, 2015

Re: Double quotes throws off SQL syntax colouring

On Thursday, January 29, 2015 at 4:28:15 AM UTC+13, Paul wrote:
> I'm editing a file tmp.sql with syntax colouring. The following code
> all turns yellow after the first double quote ...

As others have pointed out, standard SQL uses single quotes. Looks like you might be using Informix, SQL anywhere or SQL HANA, because those highlight your snippet properly in my vim.

I suggest running

:help sql-type-default

in Vim.

Regards, John Little

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: