Files
rspade_system/node_modules/linguist-languages/data/CMake.d.ts
2025-12-03 21:28:08 +00:00

14 lines
283 B
TypeScript
Executable File

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 = _