1
0
Fork 0
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:
Markus Schorn 2006-04-25 13:58:57 +00:00
parent d85160f0be
commit bfb871dd28

View file

@ -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">