mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
description & name for built-in languages (#43978)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"name": "make",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"displayName": "Make Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Make files"
|
||||
}
|
||||
Reference in New Issue
Block a user