Skip to content

Commit 1b72099

Browse files
committed
[html] Please provide a built-in HTML.tmLanguage file microsoft#543
1 parent 7075821 commit 1b72099

3 files changed

Lines changed: 883 additions & 1 deletion

File tree

extensions/html/OSSREADME.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
2+
[{
3+
"name": "textmate/html.tmbundle",
4+
"version": "0.0.0",
5+
"license": "TextMate Bundle License",
6+
"repositoryURL": "https://github.com/textmate/html.tmbundle",
7+
"licenseDetail": [
8+
"Copyright (c) textmate-html.tmbundle project authors",
9+
"",
10+
"If not otherwise specified (see below), files in this repository fall under the following license:",
11+
"",
12+
"Permission to copy, use, modify, sell and distribute this",
13+
"software is granted. This software is provided \"as is\" without",
14+
"express or implied warranty, and with no claim as to its",
15+
"suitability for any purpose.",
16+
"",
17+
"An exception is made for files in readable text which contain their own license information,",
18+
"or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added",
19+
"to the base-name name of the original file, and an extension of txt, html, or similar. For example",
20+
"\"tidy\" is accompanied by \"tidy-license.txt\"."
21+
]
22+
}]

extensions/html/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"name": "html",
33
"version": "0.1.0",
44
"publisher": "vscode",
5-
"engines": { "vscode": "*" }
5+
"engines": { "vscode": "*" },
6+
"grammars": [{
7+
// not used yet
8+
"scopeName": "text.html.basic",
9+
"path": "./syntaxes/LESS.tmLanguage"
10+
}]
611
}

0 commit comments

Comments
 (0)