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

constants.js « blob_viewers « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4c1808eec23507558bc8ba33737b6ae306998c9 (plain)
1
2
3
export const HIGHLIGHT_CLASS_NAME = 'hll';

export default {};