Skip to content

Commit 0ef5c2c

Browse files
committed
support string type
1 parent f9356aa commit 0ef5c2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flink-sql",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"displayName": "Flink SQL",
55
"description": "Adds support for Flink's variant of the SQL language",
66
"publisher": "CamileSing",

syntaxes/flink.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"name": "comment.block.flink"
5252
},
5353
{
54-
"match" : "\\b(?i:tinyint|smallint|int|bigint|float|double|varchar|varbinary|decimal|date|time|timestampType|LocalZonedTimestampType)\\b",
54+
"match" : "\\b(?i:tinyint|smallint|int|bigint|float|double|varchar|string|varbinary|decimal|date|time|timestampType|LocalZonedTimestampType)\\b",
5555
"name" : "storage.type.flink"
5656
},
5757
{

0 commit comments

Comments
 (0)