SQL "IF" and "USE" keyword not highlighted

Issue #40 resolved
Asle Morten Ollestad created an issue

When using code:sql it seems the "IF" keyword is not formatted.

Example:

#!
{code:sql}
    IF something = 1 THEN
        val := 2;
    END IF;
{code}

In Firefox 26 the above would highlight "THEN" and "END", but not "IF".

Comments (6)

  1. David Garces

    Hi, I also noticed that USE is also not highlighted

    Example {code:sql} USE master; SELECT * FROM master.dbo.spt_monitor;

  2. Log in to comment