File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 },
9999 {
100100 "name" : " keyword.operator.relational.flink" ,
101- "match" : " (?i:=|<>|>|>=|<|<=|(\\ b(is null|is not null|is distinct from|is not distinct from|between|not between|like|not like|similar to|not similar to|in|not in|exists|N/A)\\ b))"
101+ "match" : " (?i:=|<>|>|>=|<|<=|(\\ b(is null|is not null|is distinct from|is not distinct from|between|not between|like|not like|similar to|not similar to|in|not in|exists|not exists| N/A)\\ b))"
102102 },
103103 {
104104 "name" : " keyword.operator.logical.flink" ,
105- "match" : " (?i) \\ b(and|&&| or|not|is false|is not false|is true|is not true|is unkown|is not unkown| \\ | \\ ||!|(not \\ s+)?in|(not \\ s+)?exists) \\ b "
105+ "match" : " (?i: \\ &| \\ ||!|( \\ b(and|or|not|is false|is not false|is true|is not true|is unkown|is not unkown) \\ b) "
106106 },
107107 {
108108 "name" : " support.function.udf.complex.flink" ,
You can’t perform that action at this time.
0 commit comments