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