mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Patch from Anton Leherbauer for bug 78670, add *.c++ to content-type.
This commit is contained in:
parent
d85160f0be
commit
bfb871dd28
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@
|
|||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.core.cxxSource"
|
||||
file-extensions="C,cpp,cxx,cc"/>
|
||||
file-extensions="C,cpp,cxx,cc,c++"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
|
|
Loading…
Add table
Reference in a new issue