summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/lib/schemas/yaml/index.js
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],
  },
};