mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Bug: regex [@-+] means "from @ to +", so "." and "\" was also colorized. Bug is fixed in make.tmbundle, test case is added to vscode. Update make grammar
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"registrations": [
|
|
{
|
|
"component": {
|
|
"type": "git",
|
|
"git": {
|
|
"name": "fadeevab/make.tmbundle",
|
|
"repositoryUrl": "https://github.com/fadeevab/make.tmbundle",
|
|
"commitHash": "bd71f44ea55d61be711bd7676e600a7333cc79ea"
|
|
}
|
|
},
|
|
"licenseDetail": [
|
|
"Copyright (c) textmate-make.tmbundle project authors",
|
|
"",
|
|
"If not otherwise specified (see below), files in this repository fall under the following license:",
|
|
"",
|
|
"Permission to copy, use, modify, sell and distribute this",
|
|
"software is granted. This software is provided \"as is\" without",
|
|
"express or implied warranty, and with no claim as to its",
|
|
"suitability for any purpose.",
|
|
"",
|
|
"An exception is made for files in readable text which contain their own license information,",
|
|
"or files where an accompanying file exists (in the same directory) with a \"-license\" suffix added",
|
|
"to the base-name name of the original file, and an extension of txt, html, or similar. For example",
|
|
"\"tidy\" is accompanied by \"tidy-license.txt\"."
|
|
],
|
|
"license": "TextMate Bundle License",
|
|
"version": "0.0.0"
|
|
}
|
|
],
|
|
"version": 1
|
|
} |