description & name for built-in languages (#43978)

This commit is contained in:
Martin Aeschlimann
2018-02-20 10:07:16 +01:00
parent ed0e90391f
commit e45d279b36
70 changed files with 206 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
{
"name": "rust",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
+4
View File
@@ -0,0 +1,4 @@
{
"displayName": "Rust Language Features",
"description": "Provides Syntax highlighting, Bracket matching and other language features in Rust files"
}