feat: jupyter (#562)
This commit is contained in:
parent
e919eee8d5
commit
994ac8ecf3
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
||||||
"jest",
|
"jest",
|
||||||
"java",
|
"java",
|
||||||
"julia",
|
"julia",
|
||||||
|
"jupyter",
|
||||||
"js",
|
"js",
|
||||||
"jsx",
|
"jsx",
|
||||||
"json",
|
"json",
|
||||||
|
@ -648,6 +649,9 @@
|
||||||
"/\\.(jil|jl)/i": {
|
"/\\.(jil|jl)/i": {
|
||||||
"image": "julia"
|
"image": "julia"
|
||||||
},
|
},
|
||||||
|
".ipynb": {
|
||||||
|
"image": "jupyter"
|
||||||
|
},
|
||||||
"babel.config.js": {
|
"babel.config.js": {
|
||||||
"image": "babel"
|
"image": "babel"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue