Skip to content

Commit 5e5b0cd

Browse files
authored
Merge pull request #4 from AChangFeng/main
Fix flink logical operator regex
2 parents af1e855 + 0f86bd9 commit 5e5b0cd

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)