add null back
This commit is contained in:
parent
76ac79f116
commit
d8f7003fb8
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ var SqlServerHighlightRules = function() {
|
|||
|
||||
// https://msdn.microsoft.com/en-us/library/ms189773.aspx
|
||||
var logicalOperators = "ALL|AND|ANY|BETWEEN|EXISTS|IN|LIKE|NOT|OR|SOME";
|
||||
logicalOperators+= "|NULL";//SSMS colors this gray too
|
||||
|
||||
|
||||
|
||||
// multiple pages for built in functions, the following code works for all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue