small-projects/cpp-voxel-engine/.vscode/settings.json
2025-04-05 22:14:06 -05:00

9 lines
165 B
JSON

{
"files.associations": {
"*.pyx": "python",
"*.js": "javascript",
"*.c": "c",
"*.scene": "yaml",
"vector": "cpp"
}
}