remvoe jupyter(json)

This commit is contained in:
rebornix 2022-02-15 17:40:00 -08:00
parent 7f99539fe7
commit cca25256a3
No known key found for this signature in database
GPG key ID: 181FC90D15393C20
3 changed files with 2 additions and 30 deletions

View file

@ -28,27 +28,6 @@
} }
}, },
"contributes": { "contributes": {
"languages": [
{
"id": "jupyter",
"aliases": [
"Jupyter (JSON)"
],
"extensions": [
".ipynb"
]
}
],
"grammars": [
{
"language": "jupyter",
"scopeName": "source.jupyter",
"path": "./syntaxes/jupyter.tmLanguage.json",
"embeddedLanguages": {
"source.json": "json"
}
}
],
"notebooks": [ "notebooks": [
{ {
"type": "jupyter-notebook", "type": "jupyter-notebook",

View file

@ -1,8 +0,0 @@
{
"scopeName": "source.jupyter",
"patterns": [
{
"include": "source.json"
}
]
}

View file

@ -30,7 +30,8 @@
".har", ".har",
".jslintrc", ".jslintrc",
".jsonld", ".jsonld",
".geojson" ".geojson",
".ipynb"
], ],
"filenames": [ "filenames": [
"composer.lock", "composer.lock",