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.

95 lines
2.4 KiB

  1. {
  2. "files.associations": {
  3. "vector": "cpp",
  4. "*.def": "cpp",
  5. "valarray": "cpp",
  6. "array": "cpp",
  7. "atomic": "cpp",
  8. "*.tcc": "cpp",
  9. "bitset": "cpp",
  10. "cctype": "cpp",
  11. "cfenv": "cpp",
  12. "chrono": "cpp",
  13. "cinttypes": "cpp",
  14. "clocale": "cpp",
  15. "cmath": "cpp",
  16. "codecvt": "cpp",
  17. "complex": "cpp",
  18. "condition_variable": "cpp",
  19. "csetjmp": "cpp",
  20. "csignal": "cpp",
  21. "cstdarg": "cpp",
  22. "cstddef": "cpp",
  23. "cstdint": "cpp",
  24. "cstdio": "cpp",
  25. "cstdlib": "cpp",
  26. "cstring": "cpp",
  27. "ctime": "cpp",
  28. "cuchar": "cpp",
  29. "cwchar": "cpp",
  30. "cwctype": "cpp",
  31. "deque": "cpp",
  32. "forward_list": "cpp",
  33. "list": "cpp",
  34. "unordered_map": "cpp",
  35. "unordered_set": "cpp",
  36. "exception": "cpp",
  37. "algorithm": "cpp",
  38. "any": "cpp",
  39. "filesystem": "cpp",
  40. "functional": "cpp",
  41. "iterator": "cpp",
  42. "map": "cpp",
  43. "memory": "cpp",
  44. "memory_resource": "cpp",
  45. "numeric": "cpp",
  46. "optional": "cpp",
  47. "random": "cpp",
  48. "ratio": "cpp",
  49. "regex": "cpp",
  50. "set": "cpp",
  51. "string": "cpp",
  52. "string_view": "cpp",
  53. "system_error": "cpp",
  54. "tuple": "cpp",
  55. "type_traits": "cpp",
  56. "utility": "cpp",
  57. "rope": "cpp",
  58. "slist": "cpp",
  59. "fstream": "cpp",
  60. "future": "cpp",
  61. "initializer_list": "cpp",
  62. "iomanip": "cpp",
  63. "iosfwd": "cpp",
  64. "iostream": "cpp",
  65. "istream": "cpp",
  66. "limits": "cpp",
  67. "mutex": "cpp",
  68. "new": "cpp",
  69. "ostream": "cpp",
  70. "scoped_allocator": "cpp",
  71. "shared_mutex": "cpp",
  72. "sstream": "cpp",
  73. "stdexcept": "cpp",
  74. "streambuf": "cpp",
  75. "thread": "cpp",
  76. "typeindex": "cpp",
  77. "typeinfo": "cpp",
  78. "barrier": "cpp",
  79. "bit": "cpp",
  80. "charconv": "cpp",
  81. "compare": "cpp",
  82. "concepts": "cpp",
  83. "coroutine": "cpp",
  84. "source_location": "cpp",
  85. "latch": "cpp",
  86. "numbers": "cpp",
  87. "ranges": "cpp",
  88. "semaphore": "cpp",
  89. "span": "cpp",
  90. "stop_token": "cpp",
  91. "syncstream": "cpp",
  92. "variant": "cpp",
  93. "__nullptr": "cpp",
  94. "__config": "cpp"
  95. }
  96. }