settings.json 651 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "files.associations": {
  3. "rasteriver.h": "c",
  4. "type_traits": "c",
  5. "ratio": "c",
  6. "system_error": "c",
  7. "array": "c",
  8. "functional": "c",
  9. "tuple": "c",
  10. "utility": "c",
  11. "cl.h": "c",
  12. "stdio.h": "c",
  13. "stdint.h": "c",
  14. "cmath": "c",
  15. "time.h": "c",
  16. "*.cl": "opencl",
  17. "sdl_ttf.h": "c",
  18. "types.h": "c",
  19. "__hash_table": "c",
  20. "__locale": "c",
  21. "ios": "c",
  22. "algorithm": "c",
  23. "__node_handle": "c",
  24. "chrono": "c",
  25. "random": "c",
  26. "limits": "c",
  27. "queue": "c"
  28. }
  29. }