Skip to content

Commit 5148d76

Browse files
committed
update plugin description
1 parent ca923bc commit 5148d76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This extension provides Flink SQL support for VSCode. It also provides some basi
55

66
## 1.Features
77

8-
Enables syntax highlighting, complete keywords, error grammer check, and code format for Flink SQL(v1.16.0), including user-defined functions.
8+
Support Flink SQL(v1.16.0) syntax highlighting, complete keywords, error grammer check and code format, including user-defined functions
99

1010
![](images/flink-sql-vscode-snippets.gif)
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flink-sql",
33
"version": "1.5.2",
44
"displayName": "Flink SQL",
5-
"description": "Adds support for Flink's variant of the SQL language",
5+
"description": "Support Flink SQL syntax highlighting, complete keywords, error grammer check and code format, including user-defined functions",
66
"publisher": "CamileSing",
77
"author": {
88
"name": "CamileSing",

0 commit comments

Comments
 (0)