We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1e855 commit 0f86bd9Copy full SHA for 0f86bd9
1 file changed
syntaxes/flink.tmLanguage.json
@@ -102,7 +102,7 @@
102
},
103
{
104
"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)"
+ "match" : "(?i:\\&|\\||!|(\\b(and|or|not|is false|is not false|is true|is not true|is unkown|is not unkown)\\b))"
106
107
108
"name" : "support.function.udf.complex.flink",
0 commit comments