Skip to content

Commit 548cb4d

Browse files
authored
Merge pull request #3 from AChangFeng/main
fix flink logical operator
2 parents 975523b + e3451bb commit 548cb4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

syntaxes/flink.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@
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",

0 commit comments

Comments
 (0)