feat: jupyter (#562)

This commit is contained in:
Brandon Christöffer 2020-04-19 23:38:52 -07:00 committed by GitHub
parent e919eee8d5
commit 994ac8ecf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}, },