Files
2025-11-25 22:42:56 +01:00

18 lines
304 B
JSON

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