mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-01 16:15:07 -04:00
16 lines
183 B
Plaintext
16 lines
183 B
Plaintext
|
{
|
||
|
"folders": [
|
||
|
{
|
||
|
"path": "."
|
||
|
}
|
||
|
],
|
||
|
"settings": {
|
||
|
"files.associations": {
|
||
|
"raylib.h": "c",
|
||
|
"math.h": "c",
|
||
|
"blocks.h": "c",
|
||
|
"stdio.h": "c",
|
||
|
"*.m": "c"
|
||
|
}
|
||
|
}
|
||
|
}
|