mirror of https://github.com/microsoft/vscode.git
description & name for built-in languages (#43978)
This commit is contained in:
parent
ed0e90391f
commit
e45d279b36
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "bat",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Windows Bat Language Features",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in Windows batch files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "clojure",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Clojure Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Clojure files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "coffeescript",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Coffeescript Language Features",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in Coffeescript files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "csharp",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "C# Language Features",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in C# files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "css",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": {
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"displayName": "CSS Language Features",
|
||||
"description": "Provides rich language support for CSS, LESS and SCSS files.",
|
||||
"css.title": "CSS",
|
||||
"css.lint.argumentsInColorFunction.desc": "Invalid number of parameters",
|
||||
"css.lint.boxModel.desc": "Do not use width or height when using padding or border",
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "diff",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Diff File Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Diff files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "docker",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Docker Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Docker files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "fsharp",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "F# Language Features",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in F# files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "groovy",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Groovy Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching, Snippets and other language features in Groovy files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "handlebars",
|
||||
"name": "handlebars",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Handlebars Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Handlebars files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "hlsl",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "HLSL Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in HLSL files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "html",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"displayName": "HTML Language Features",
|
||||
"description": "Provides rich language support for HTML, Razor and Handlebar files.",
|
||||
"html.format.enable.desc": "Enable/disable default HTML formatter",
|
||||
"html.format.wrapLineLength.desc": "Maximum amount of characters per line (0 = disable).",
|
||||
"html.format.unformatted.desc": "List of tags, comma separated, that shouldn't be reformatted. 'null' defaults to all tags listed at https://www.w3.org/TR/html5/dom.html#phrasing-content.",
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "ini",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Ini Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Ini files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "java",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Java Language Features",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in Java files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "json",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"displayName": "JSON Language Features",
|
||||
"description": "Provides rich language support for JSON files.",
|
||||
"json.schemas.desc": "Associate schemas to JSON files in the current project",
|
||||
"json.schemas.url.desc": "A URL to a schema or a relative path to a schema in the current directory",
|
||||
"json.schemas.fileMatch.desc": "An array of file patterns to match against when resolving JSON files to schemas.",
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "less",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Less Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Less files."
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "lua",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Lua Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Lua files"
|
||||
}
|
|
@ -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"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "objective-c",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Objective-C Language Features",
|
||||
"description": "Provides Syntax highlighting,Bracket matching and other language features in Objective-C files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "perl",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Perl Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Perl files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "powershell",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Powershell Language Features",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in Powershell files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "pug",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Pug Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Pug files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "python",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Python Language Features",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching and other language features in Python files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "r",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "R Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in R files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "razor",
|
||||
"name": "razor",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Razor Language Features",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching and other language features in Razor files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "ruby",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.2.1",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Ruby Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Ruby files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "rust",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Rust Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Rust files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "scss",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "SCSS Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in SCSS files."
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "shaderlab",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Shaderlab Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Shaderlab files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "shellscript",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Shell Script Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in Shell Script files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "sql",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "SQL Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in SQL files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "swift",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Swift Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching, Snippets and other language features in Swift files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "vb",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "Visual Basic Language Features",
|
||||
"description": "Provides Syntax highlighting, Folding, Bracket matching, Snippets and other language features in Visual Basic files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "xml",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "XML Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in XML files"
|
||||
}
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "yaml",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"displayName": "YAML Language Features",
|
||||
"description": "Provides Syntax highlighting, Bracket matching and other language features in YAML files"
|
||||
}
|
Loading…
Reference in New Issue