Skip to content

Commit ecd790f

Browse files
committed
vscode extension: improve description and keywords
1 parent d0ed043 commit ecd790f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

editors/vscode/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "slint",
33
"displayName": "Slint",
4-
"description": "Slint Language extension",
4+
"description": "Slint language support, featuring auto-completion, go-to definition, refactoring, syntax coloration, and a live preview and editing of Slint GUIs. Slint is a lightweight cross-platform native GUI framework for Rust, C++, JavaScript, and Python.",
5+
"keywords": ["Slint", "GUI", "UI", "HMI", "Qt/QML Alternative", "live preview", "drag-and-drop editor"],
56
"version": "1.7.0",
67
"publisher": "Slint",
78
"icon": "extension-logo.png",

0 commit comments

Comments
 (0)