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

View File

@@ -1,5 +1,7 @@
{
"name": "coffeescript",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },

View File

@@ -0,0 +1,4 @@
{
"displayName": "Coffeescript Language Features",
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in Coffeescript files"
}