tlang-c/.vscode/settings.json

15 lines
310 B
JSON
Raw Normal View History

2023-04-24 18:41:46 +00:00
{
"files.associations": {
"stdatomic.h": "c",
"tlang.h": "c",
"stdbool.h": "c",
"vector": "c",
"stdint.h": "c",
"stdio.h": "c",
"dirent.h": "c",
"stdlib.h": "c",
"poll.h": "c",
2023-05-10 11:20:56 +00:00
"sdl.h": "c",
"myfeatures.h": "c"
2023-04-24 18:41:46 +00:00
}
}