mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
[html] Please provide a built-in HTML.tmLanguage file #543
This commit is contained in:
@@ -2,5 +2,10 @@
|
||||
"name": "html",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" }
|
||||
"engines": { "vscode": "*" },
|
||||
"grammars": [{
|
||||
// not used yet
|
||||
"scopeName": "text.html.basic",
|
||||
"path": "./syntaxes/LESS.tmLanguage"
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user