declare const _: {
  name: 'CMake'
  type: 'programming'
  aceMode: 'text'
  extensions: ['.cmake', '.cmake.in']
  filenames: ['CMakeLists.txt']
  languageId: 47
  tmScope: 'source.cmake'
  codemirrorMode: 'cmake'
  codemirrorMimeType: 'text/x-cmake'
  color: '#DA3434'
}
export = _
