Recognize inl files as C++

In some projects these kind of files are used for completely inlined
classes, that can be split up in a header and source file automatically.
This commit is contained in:
Thorbjørn Lindeijer
2009-01-27 16:44:06 +01:00
parent d22f833a9c
commit 484356dd33

View File

@@ -133,5 +133,6 @@
<glob pattern="*.cxx"/>
<glob pattern="*.c++"/>
<glob pattern="*.C"/>
<glob pattern="*.inl"/>
</mime-type>
</mime-info>