remvoe jupyter(json)
parent
7f99539fe7
commit
cca25256a3
|
@ -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",
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"scopeName": "source.jupyter",
|
|
||||||
"patterns": [
|
|
||||||
{
|
|
||||||
"include": "source.json"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -30,7 +30,8 @@
|
||||||
".har",
|
".har",
|
||||||
".jslintrc",
|
".jslintrc",
|
||||||
".jsonld",
|
".jsonld",
|
||||||
".geojson"
|
".geojson",
|
||||||
|
".ipynb"
|
||||||
],
|
],
|
||||||
"filenames": [
|
"filenames": [
|
||||||
"composer.lock",
|
"composer.lock",
|
||||||
|
|
Loading…
Reference in New Issue