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