Welcome to mirror list, hosted at ThFree Co, Russian Federation.

highlight.js « lib « notebook « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 313aeecbd51e23d1b07e01d2a0fbecbc7b79e46b (plain)
1
2
3
4
5
import Prism from 'prismjs';
import 'prismjs/components/prism-python';
import 'prismjs/themes/prism.css';

export default Prism;