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

index.js « yaml « schemas « lib « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3fc406df4bca1b62620640434d741d76f2273d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import gitlabCi from './gitlab_ci';

export default {
  language: 'yaml',
  options: {
    validate: true,
    enableSchemaRequest: true,
    hover: true,
    completion: true,
    schemas: [gitlabCi],
  },
};