Files
2025-12-03 21:28:08 +00:00

13 lines
282 B
JavaScript
Executable File

module.exports = {
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',
}