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

index.js « languages « lib « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f758cb7dd862ee1e6e6191f3ec130e3f708cfab9 (plain)
1
2
3
4
5
6
import hcl from './hcl';
import vue from './vue';

const languages = [vue, hcl];

export default languages;