tlang-c/.vscode/settings.json

14 lines
281 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",
"sdl.h": "c"
}
}