mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-19 14:49:48 +01:00
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"name": "html",
|
|
"version": "0.1.0",
|
|
"publisher": "vscode",
|
|
"engines": { "vscode": "*" },
|
|
"grammars": [{
|
|
// not used yet
|
|
"scopeName": "text.html.basic",
|
|
"path": "./syntaxes/HTML.plist"
|
|
}]
|
|
} |