acid-drop

- Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

settings.json (1413B)

      1 {
      2     "files.associations": {
      3         "array": "cpp",
      4         "atomic": "cpp",
      5         "*.tcc": "cpp",
      6         "cctype": "cpp",
      7         "chrono": "cpp",
      8         "clocale": "cpp",
      9         "cmath": "cpp",
     10         "cstdarg": "cpp",
     11         "cstddef": "cpp",
     12         "cstdint": "cpp",
     13         "cstdio": "cpp",
     14         "cstdlib": "cpp",
     15         "cstring": "cpp",
     16         "ctime": "cpp",
     17         "cwchar": "cpp",
     18         "cwctype": "cpp",
     19         "deque": "cpp",
     20         "unordered_map": "cpp",
     21         "unordered_set": "cpp",
     22         "vector": "cpp",
     23         "exception": "cpp",
     24         "algorithm": "cpp",
     25         "functional": "cpp",
     26         "iterator": "cpp",
     27         "map": "cpp",
     28         "memory": "cpp",
     29         "memory_resource": "cpp",
     30         "numeric": "cpp",
     31         "optional": "cpp",
     32         "random": "cpp",
     33         "ratio": "cpp",
     34         "string": "cpp",
     35         "string_view": "cpp",
     36         "system_error": "cpp",
     37         "tuple": "cpp",
     38         "type_traits": "cpp",
     39         "utility": "cpp",
     40         "fstream": "cpp",
     41         "initializer_list": "cpp",
     42         "iomanip": "cpp",
     43         "iosfwd": "cpp",
     44         "iostream": "cpp",
     45         "istream": "cpp",
     46         "limits": "cpp",
     47         "new": "cpp",
     48         "ostream": "cpp",
     49         "sstream": "cpp",
     50         "stdexcept": "cpp",
     51         "streambuf": "cpp",
     52         "thread": "cpp",
     53         "cinttypes": "cpp",
     54         "typeinfo": "cpp"
     55     }
     56 }