Skip to content

Commit 0f86bd9

Browse files
committed
Fix flink logical operator regex
1 parent af1e855 commit 0f86bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syntaxes/flink.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
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)\\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)