[html] Please provide a built-in HTML.tmLanguage file #543

This commit is contained in:
Martin Aeschlimann
2015-12-02 17:41:14 +01:00
parent 7075821a2b
commit 1b72099996
3 changed files with 883 additions and 1 deletions

View File

@@ -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"
}]
}