Skip to content

Commit dd7daae

Browse files
committed
associate .i with c
1 parent e4a837a commit dd7daae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/cpp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"contributes": {
1313
"languages": [{
1414
"id": "c",
15-
"extensions": [ ".c"],
15+
"extensions": [ ".c", ".i"],
1616
"aliases": [ "C", "c" ],
1717
"configuration": "./language-configuration.json"
1818
},
1919
{
2020
"id": "cpp",
21-
"extensions": [ ".cpp", ".cc", ".cxx", ".c++", ".hpp", ".hh", ".hxx", ".h", ".i", ".ino", ".inl", ".ipp", ".hpp.in", ".h.in" ],
21+
"extensions": [ ".cpp", ".cc", ".cxx", ".c++", ".hpp", ".hh", ".hxx", ".h", ".ii", ".ino", ".inl", ".ipp", ".hpp.in", ".h.in" ],
2222
"aliases": [ "C++", "Cpp", "cpp"],
2323
"configuration": "./language-configuration.json"
2424
}],

0 commit comments

Comments
 (0)