settings.json 401 B

12345678910111213141516171819
  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": "c",
  17. "sdl_ttf.h": "c"
  18. }
  19. }