You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
882 B

5 years ago
5 years ago
  1. {
  2. "files.associations": {
  3. "*.cl": "c",
  4. "*.tpl": "html",
  5. "*.cool": "java",
  6. "cmath": "cpp",
  7. "cctype": "cpp",
  8. "clocale": "cpp",
  9. "cstdarg": "cpp",
  10. "cstddef": "cpp",
  11. "cstdio": "cpp",
  12. "cstdlib": "cpp",
  13. "ctime": "cpp",
  14. "cwchar": "cpp",
  15. "cwctype": "cpp",
  16. "array": "cpp",
  17. "*.tcc": "cpp",
  18. "chrono": "cpp",
  19. "cstdint": "cpp",
  20. "unordered_map": "cpp",
  21. "vector": "cpp",
  22. "exception": "cpp",
  23. "fstream": "cpp",
  24. "functional": "cpp",
  25. "initializer_list": "cpp",
  26. "iosfwd": "cpp",
  27. "iostream": "cpp",
  28. "istream": "cpp",
  29. "limits": "cpp",
  30. "memory": "cpp",
  31. "ostream": "cpp",
  32. "ratio": "cpp",
  33. "sstream": "cpp",
  34. "stdexcept": "cpp",
  35. "streambuf": "cpp",
  36. "system_error": "cpp",
  37. "thread": "cpp",
  38. "cinttypes": "cpp",
  39. "type_traits": "cpp",
  40. "tuple": "cpp",
  41. "typeinfo": "cpp",
  42. "utility": "cpp",
  43. "cstring": "cpp",
  44. "algorithm": "cpp"
  45. }
  46. }