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",
|
||||
"java",
|
||||
"julia",
|
||||
"jupyter",
|
||||
"js",
|
||||
"jsx",
|
||||
"json",
|
||||
|
@ -648,6 +649,9 @@
|
|||
"/\\.(jil|jl)/i": {
|
||||
"image": "julia"
|
||||
},
|
||||
".ipynb": {
|
||||
"image": "jupyter"
|
||||
},
|
||||
"babel.config.js": {
|
||||
"image": "babel"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue