tlang-c/.vscode/settings.json

17 lines
369 B
JSON
Raw Permalink 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",
2023-05-10 12:55:01 +00:00
"myfeatures.h": "c",
"freemonobold.h": "c",
"sdl_image.h": "c"
2023-04-24 18:41:46 +00:00
}
}