Rindro-Sqr/.vscode/settings.json

7 lines
113 B
JSON
Raw Normal View History

2024-11-15 10:32:19 +08:00
{
"files.associations": {
"*.nut": "squirrel",
"*.cpp": "cpp",
"*.txt": "cpp"
}
}