aboutsummaryrefslogtreecommitdiff
path: root/xcodebackend.py
diff options
context:
space:
mode:
Diffstat (limited to 'xcodebackend.py')
-rw-r--r--xcodebackend.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/xcodebackend.py b/xcodebackend.py
index 9df630c..2d85ebf 100644
--- a/xcodebackend.py
+++ b/xcodebackend.py
@@ -28,6 +28,11 @@ class XCodeBackend(backends.Backend):
'cxx' : 'sourcecode.cpp.cpp',
'cpp' : 'sourcecode.cpp.cpp',
'c++' : 'sourcecode.cpp.cpp',
+ 'h' : 'sourcecode.c.h',
+ 'hpp' : 'sourcecode.cpp.h',
+ 'hxx' : 'sourcecode.cpp.h',
+ 'hh' : 'sourcecode.cpp.hh',
+ 'inc' : 'sourcecode.c.h',
'dylib' : 'compiled.mach-o.dylib'}
self.maingroup_id = self.gen_id()
self.all_id = self.gen_id()