Since you asked in the change log for suggestions for more highlighters: It would be nice, if you would highlight the IF when I'm in a (nested) IF-Condition. Example (it should mark the second IF, when the CURSOR is inside the INSERT): IF NOT EXISTS (SELECT * FROM #tmp AS kv) IF EXISTS (SELECT * FROM #tmp2) INSERT INTO #tmp SELECT * FROM #tmp2; |
![]() |