ThreeLab/.vscode/settings.json
2025-04-01 11:45:59 -05:00

9 lines
167 B
JSON

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