Point to new microsoft/vscode-css repo (#171252)

Part of #169873
This commit is contained in:
Alex Ross 2023-01-13 14:33:39 +01:00 committed by GitHub
parent 140004f4ee
commit 9bcc577478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 11 deletions

View file

@ -4,13 +4,15 @@
"component": {
"type": "git",
"git": {
"name": "atom/language-css",
"repositoryUrl": "https://github.com/atom/language-css",
"commitHash": "4a6dc90f332bfa72c88192513435a64013d9aad4"
"name": "microsoft/vscode-css",
"repositoryUrl": "https://github.com/microsoft/vscode-css",
"commitHash": "f9433d2d5f65d2c97ce59eba7c15d3b95960b128"
}
},
"licenseDetail": [
"Copyright (c) 2014 GitHub Inc.",
"MIT License",
"",
"Copyright (c) Microsoft Corporation.",
"",
"Permission is hereby granted, free of charge, to any person obtaining",
"a copy of this software and associated documentation files (the",
@ -42,10 +44,10 @@
"express or implied warranty, and with no claim as to its",
"suitability for any purpose."
],
"license": "GitHub License",
"license": "MIT License",
"description": "The file syntaxes/css.tmLanguage.json was derived from https://github.com/atom/language-css which was originally converted from the TextMate bundle https://github.com/textmate/css.tmbundle.",
"version": "0.45.1"
"version": "0.0.0"
}
],
"version": 1
}
}

View file

@ -9,7 +9,7 @@
"vscode": "0.10.x"
},
"scripts": {
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin atom/language-css grammars/css.cson ./syntaxes/css.tmLanguage.json"
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin microsoft/vscode-css grammars/css.cson ./syntaxes/css.tmLanguage.json"
},
"contributes": {
"languages": [

View file

@ -1,10 +1,10 @@
{
"information_for_contributors": [
"This file has been converted from https://github.com/atom/language-css/blob/master/grammars/css.cson",
"This file has been converted from https://github.com/microsoft/vscode-css/blob/master/grammars/css.cson",
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/atom/language-css/commit/4a6dc90f332bfa72c88192513435a64013d9aad4",
"version": "https://github.com/microsoft/vscode-css/commit/f9433d2d5f65d2c97ce59eba7c15d3b95960b128",
"name": "CSS",
"scopeName": "source.css",
"patterns": [
@ -1862,4 +1862,4 @@
]
}
}
}
}